Move the fatal error logging out of win32 and use it on Linux and macOS

This commit is contained in:
Magnus Norddahl 2025-04-20 23:19:29 +02:00
commit 213305cc2d
13 changed files with 103 additions and 127 deletions

View file

@ -23,10 +23,6 @@ void I_ShutdownGraphics();
extern IVideo *Video;
void I_PolyPresentInit();
uint8_t *I_PolyPresentLock(int w, int h, bool vsync, int &pitch);
void I_PolyPresentUnlock(int x, int y, int w, int h);
void I_PolyPresentDeinit();
#endif // __I_VIDEO_H__