eden-miror/src/common/fs
crueter 08f3639c80
[desktop, fs] main_window separation; fix Ryujinx save data link issues (#2929)
Some genius decided to put the entire MainWindow class into main.h and
main.cpp, which is not only horrific practice but also completely
destroys clangd beyond repair. Please, just don't do this.

(this will probably merge conflict to hell and back)

Also, fixes a bunch of issues with Ryujinx save data link:
- Paths with spaces would cause mklink to fail
- Add support for portable directories
- Symlink detection was incorrect sometimes(????)
- Some other stuff I'm forgetting

Furthermore, when selecting "From Eden" and attempting to save in Ryujinx, Ryujinx would destroy the link for... some reason? So to get around this we just copy the Eden data to Ryujinx then treat it like a "From Ryujinx" op

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2929
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
2025-11-09 18:07:38 +01:00
..
file.cpp [core, qt] remove non-ascii from src code (#2779) 2025-10-21 21:58:56 +02:00
file.h [cmake] refactor: CPM over vcpkg (#250) 2025-08-14 20:30:30 +02:00
fs.cpp add std::error_code for std::filesystem exceptions 2023-09-15 04:47:15 +10:00
fs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs_android.cpp common: fs: Expand android macros 2024-02-08 14:13:46 -05:00
fs_android.h common: fs: Expand android macros 2024-02-08 14:13:46 -05:00
fs_paths.h [qt] Ryujinx save data link (#2815) 2025-10-28 03:46:47 +01:00
fs_types.h [desktop] fix save data location, orphaned profiles finder (#2678) 2025-10-07 01:32:09 +02:00
fs_util.cpp [common] remove ranges polyfill (#2546) 2025-09-24 19:29:48 +02:00
fs_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
path_util.cpp [qt] Ryujinx save data link (#2815) 2025-10-28 03:46:47 +01:00
path_util.h [qt] Ryujinx save data link (#2815) 2025-10-28 03:46:47 +01:00
ryujinx_compat.cpp [desktop, fs] main_window separation; fix Ryujinx save data link issues (#2929) 2025-11-09 18:07:38 +01:00
ryujinx_compat.h [desktop, fs] main_window separation; fix Ryujinx save data link issues (#2929) 2025-11-09 18:07:38 +01:00
symlink.cpp [desktop, fs] main_window separation; fix Ryujinx save data link issues (#2929) 2025-11-09 18:07:38 +01:00
symlink.h [desktop, fs] main_window separation; fix Ryujinx save data link issues (#2929) 2025-11-09 18:07:38 +01:00