From c5f86f12c0b52d4de5e15442f74b28ce754bfa4d Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Sat, 3 Dec 2011 01:56:41 +0100 Subject: [PATCH] Revert "(PS3) Would not cleanly exit on PS3 without this - perhaps something" This reverts commit 243e941d81b99f47760a58a58113ce48a42926d8. --- ssnes.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ssnes.c b/ssnes.c index 5b6c6534cb..e54f6b3416 100644 --- a/ssnes.c +++ b/ssnes.c @@ -2098,9 +2098,6 @@ int main(int argc, char *argv[]) psnes_term(); uninit_drivers(); uninit_libsnes_sym(); -#ifdef __CELLOS_LV2__ - sys_process_exit(0); -#endif return 0;