eden/src/yuzu/util
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
..
sequence_dialog main: Globally disable the "?" button on dialogs 2023-01-25 01:12:50 -05:00
clickable_label.cpp network, yuzu: Make copyright headers SPDX-compliant 2022-07-25 21:59:31 +02:00
clickable_label.h network, yuzu: Make copyright headers SPDX-compliant 2022-07-25 21:59:31 +02:00
controller_navigation.cpp service: hid: Create abstracted pad structure 2024-01-11 19:35:04 -06:00
controller_navigation.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
limitable_input_dialog.cpp [desktop] fix random qt annoyances (#226) 2025-08-08 01:25:00 +02:00
limitable_input_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
overlay_dialog.cpp hid_core: Move hid to it's own subproject 2024-01-05 11:41:15 -06:00
overlay_dialog.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
overlay_dialog.ui overlay_dialog: Add an overlay text dialog that accepts controller input 2021-04-15 01:53:17 -04:00
url_request_interceptor.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
url_request_interceptor.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
util.cpp [desktop, fs] main_window separation; fix Ryujinx save data link issues (#2929) 2025-11-09 18:07:38 +01:00
util.h [desktop, fs] main_window separation; fix Ryujinx save data link issues (#2929) 2025-11-09 18:07:38 +01:00