mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
Disable fileXio and patch fio
This commit is contained in:
parent
e6864d17b6
commit
a4f84803c4
1 changed files with 1 additions and 2 deletions
|
|
@ -38,10 +38,10 @@ static void prepare_IOP()
|
|||
SifInitRpc(0);
|
||||
sbv_patch_enable_lmb();
|
||||
sbv_patch_disable_prefix_check();
|
||||
sbv_patch_fileio();
|
||||
}
|
||||
|
||||
static void init_drivers() {
|
||||
init_fileXio_driver();
|
||||
init_memcard_driver(true);
|
||||
init_usb_driver(true);
|
||||
}
|
||||
|
|
@ -49,7 +49,6 @@ static void init_drivers() {
|
|||
static void deinit_drivers() {
|
||||
deinit_usb_driver(true);
|
||||
deinit_memcard_driver(true);
|
||||
deinit_fileXio_driver();
|
||||
}
|
||||
|
||||
static void waitUntilDeviceIsReady(char *path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue