From 4d39defcb59600513ff65a688c54f3d6b13ca63a Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 8 May 2010 01:16:38 +0000 Subject: more cleanups. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/LnxMain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui') diff --git a/gui/LnxMain.c b/gui/LnxMain.c index b28b506f..cc6b82cf 100644 --- a/gui/LnxMain.c +++ b/gui/LnxMain.c @@ -458,7 +458,7 @@ int SysInit() { setvbuf(emuLog, NULL, _IONBF, 0); #endif - if (psxInit() == -1) { + if (EmuInit() == -1) { printf(_("PSX emulator couldn't be initialized.\n")); return -1; } @@ -473,11 +473,11 @@ int SysInit() { } void SysReset() { - psxReset(); + EmuReset(); } void SysClose() { - psxShutdown(); + EmuShutdown(); ReleasePlugins(); StopDebugger(); -- cgit v1.2.3