skylersaleh / SkyEmu

Game Boy Advance, Game Boy, Game Boy Color, and DS Emulator
http://skyemu.app
MIT License
842 stars 56 forks source link

Use static storage for extension buffers #453

Closed OFFTKP closed 6 months ago

OFFTKP commented 6 months ago

The used const char** would go out of scope and crash (since se_open_file_browser just sets the flags to open the file browser, and se_process_file_browser is what actually displays it later), making them static fixes this.

OFFTKP commented 6 months ago

Fails just the deploy step, mergeable I think