File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,10 @@ However, certain games do not work properly :
9191| Super Neat Boy | Leaf counter doesn't appear |
9292
9393## Issues
94- - The program is singlethreaded, meaning rendering can slow the emulation down
95- - Certain elements disappear when sprite wrapping is disabled (e.g. super neat boy leaf counter)
94+ - The program is singlethreaded, meaning rendering can slow the emulation down.
95+ - Certain elements disappear when sprite wrapping is disabled (e.g. super neat boy leaf counter).
96+ - main.cpp contains SDL2 rendering code, which should be placed in a seperate file.
97+ - Certain C functions should be replaced with equivalent C++ ones.
9698
9799## Licencing
98100I've licenced the emulator under the terms of the MIT Licence
You can’t perform that action at this time.
0 commit comments