mirror of https://github.com/encounter/SDL.git
Disable fileXio and patch fio
This commit is contained in:
parent
e6864d17b6
commit
a4f84803c4
|
@ -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…
Reference in New Issue