Revert "(PS3) Would not cleanly exit on PS3 without this - perhaps something"

This reverts commit 243e941d81b99f47760a58a58113ce48a42926d8.
This commit is contained in:
TwinAphex51224 2011-12-03 01:56:41 +01:00
parent 243e941d81
commit c5f86f12c0

View File

@ -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;