sezero / quakespasm

QuakeSpasm -- A modern, cross-platform Quake game engine based on FitzQuake.
https://sourceforge.net/projects/quakespasm/
GNU General Public License v2.0
227 stars 96 forks source link

Use SDL_ShowSimpleMessageBox() under SDL2 #105

Closed erysdren closed 1 month ago

erysdren commented 2 months ago

QuakeSpasm will show error message popups on Windows, but not Linux. There's no easy solution with SDL1, but under SDL2 you can use SDL_ShowSimpleMessageBox.

sezero commented 1 month ago

OK, applied