Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - NESFreak

#1
Also pausing the game during the display of text causes a small graphical glitch at the top of the screen:

#2
-In the linux(might be others as well) version the SDL mousecursor is enabled. Even though it's not that much of a problem in windowed mode, it does kind of annoy me in fullscreen. What business has it got to do there, apart from being a pointy thing that just hovers around like an annoying fly?

fix: when switching to full screen just do SDL_ShowCursor(SDL_DISABLE); and if you'd like SDL_ShowCursor(SDL_ENABLE); when reverting to windowed mode.