From 2f8c4c10a9d60f46c55142df768531b357d30f84 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 30 May 2012 01:19:25 +0200 Subject: [PATCH] (PS3) Fix reentrant ROM loading - input wasn't being brought up again after deiniting input - will just comment out cellPadEnd for now --- ps3/ps3_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps3/ps3_input.c b/ps3/ps3_input.c index f92dd7fd8d..546d8c7312 100644 --- a/ps3/ps3_input.c +++ b/ps3/ps3_input.c @@ -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)