diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 13:03:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 13:03:18 -0400 |
commit | 304bab2aced9cae51d2e4c09f3d9e06c66ff175d (patch) | |
tree | 8397f81b893feb1cf624eee49c4fb01297aa08ad /vendor/SDL2/BUGS.txt | |
parent | ba350484072c78e5e1a765370c22dbd76474aa39 (diff) | |
download | ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.gz ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.bz2 ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.zip |
we can build a window app!
build type must be set to Release or it's horribly slow, and fullscreen does not work
Diffstat (limited to 'vendor/SDL2/BUGS.txt')
-rw-r--r-- | vendor/SDL2/BUGS.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/SDL2/BUGS.txt b/vendor/SDL2/BUGS.txt new file mode 100644 index 0000000..b1463e7 --- /dev/null +++ b/vendor/SDL2/BUGS.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | |||
2 | Bugs are now managed in the SDL issue tracker, here: | ||
3 | |||
4 | https://github.com/libsdl-org/SDL/issues | ||
5 | |||
6 | You may report bugs there, and search to see if a given issue has already | ||
7 | been reported, discussed, and maybe even fixed. | ||
8 | |||
9 | |||
10 | You may also find help at the SDL forums/mailing list: | ||
11 | |||
12 | https://discourse.libsdl.org/ | ||
13 | |||
14 | Bug reports are welcome here, but we really appreciate if you use the issue | ||
15 | tracker, as bugs discussed on the mailing list may be forgotten or missed. | ||
16 | |||