lr: switch build fix

This commit is contained in:
Flyinghead 2024-04-11 18:50:49 +02:00
parent a136583189
commit b378161837
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef LIBRETRO
#include "nswitch.h"
#include "stdclass.h"
#include "sdl/sdl.h"
@ -50,7 +51,6 @@ int main(int argc, char *argv[])
sdl_window_destroy();
flycast_term();
socketExit();
return 0;
@ -79,3 +79,5 @@ void os_CreateWindow()
{
sdl_window_create();
}
#endif //!LIBRETRO