Skip to content

Commit

Permalink
lr: switch build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Apr 11, 2024
1 parent a136583 commit b378161
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell/switch/switch_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -50,7 +51,6 @@ int main(int argc, char *argv[])
sdl_window_destroy();
flycast_term();


socketExit();

return 0;
Expand Down Expand Up @@ -79,3 +79,5 @@ void os_CreateWindow()
{
sdl_window_create();
}

#endif //!LIBRETRO

0 comments on commit b378161

Please sign in to comment.