mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 08:54:13 +00:00
(PS3) Fix reentrant ROM loading - input wasn't being brought up
again after deiniting input - will just comment out cellPadEnd for now
This commit is contained in:
parent
502fd8ff54
commit
2f8c4c10a9
@ -244,7 +244,7 @@ void oskutil_unload(oskutil_params *params)
|
||||
static void ps3_free_input(void *data)
|
||||
{
|
||||
(void)data;
|
||||
cellPadEnd();
|
||||
//cellPadEnd();
|
||||
}
|
||||
|
||||
static void* ps3_input_initialize(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user