SDL icon indicating copy to clipboard operation
SDL copied to clipboard

Fixup SDL_RunApp() for PS2/PSP

Open zturtleman opened this issue 2 years ago • 0 comments

This fixes a couple issues I saw in the recent SDL_main/SDL_RunApp() changes in #6750.

Use the mainFunction argument instead of hard-coding SDL_main in SDL_RunApp() for PS2 and PSP. Use SDL_SetMainReady() for PS2, like all other SDL_RunApp(). I'm not knowledgeable about PS2/PSP but these are general changes.

Update SDL_main_impl.h include guard to match the filename.

zturtleman avatar Dec 18 '22 05:12 zturtleman