citra
citra copied to clipboard
file_util: Make sure portable user path is absolute.
- Make sure the portable user path is absolute by using
FileUtil::GetCurrentDir()
instead of a fixed.
base path. Otherwise trying to open directories via Qt won't work. - Tighten up macOS
FileUtil::GetBundleDirectory()
logic to do error checking and fail gracefully. - Remove unused
FileUtil::GetSysDirectory()
which is for a path concept we don't have.