(platform_wii.c) Remove this line

This commit is contained in:
twinaphex 2016-01-02 20:13:25 +01:00
parent d2329cf192
commit 59cdd64267
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ void system_exec_wii(const char *_path, bool should_load_game)
/* don't use memcpy, there might be an overlap. */
memmove(EXECUTE_ADDR, dol, size);
DCFlushRange(EXECUTE_ADDR, size);
free(dol);
dol_copy_argv_path(path, should_load_game ? game_path : NULL);