(platform_wii.c) Remove this line
This commit is contained in:
parent
d2329cf192
commit
59cdd64267
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue