mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Clean up nowx and stop cocoaApp busy-waiting in the main loop.
Set up an exit(3) task to shut down real wiimotes. This shouldn't really be necessary, but we do currently handle a number of error conditions by calling exit(3). Retire the inputuicommon library. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6852 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -598,15 +598,8 @@ std::string GetBundleDirectory()
|
||||
CFStringGetFileSystemRepresentation(BundlePath, AppBundlePath, sizeof(AppBundlePath));
|
||||
CFRelease(BundleRef);
|
||||
CFRelease(BundlePath);
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
|
||||
return AppBundlePath;
|
||||
#else
|
||||
std::string NoWxBundleDirectory;
|
||||
NoWxBundleDirectory=AppBundlePath;
|
||||
NoWxBundleDirectory+=DIR_SEP;
|
||||
NoWxBundleDirectory+="Dolphin.app";
|
||||
return NoWxBundleDirectory;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user