citra icon indicating copy to clipboard operation
citra copied to clipboard

file_util: Make sure portable user path is absolute.

Open Steveice10 opened this issue 1 year ago • 0 comments

  • 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.

Steveice10 avatar Feb 17 '24 14:02 Steveice10