Skip to content

Commit

Permalink
Disable reset IOP before loading
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Sep 5, 2024
1 parent 22f4441 commit c5aa9f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/drivers/platform_ps2.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,6 @@ static void frontend_ps2_exec(const char *path, bool should_load_game)
char *argv[1];
RARCH_LOG("Attempt to load executable: [%s], partition [%s].\n", path, mountPoint);

/* Reload IOP drivers for saving IOP ram */
reset_IOP();
common_init_drivers(false);
waitUntilDeviceIsReady(path);

#ifndef IS_SALAMANDER
char game_path[FILENAME_MAX];
Expand Down

0 comments on commit c5aa9f8

Please sign in to comment.