eden-miror/src
smiRaphi 4a833e7206
[desktop] port IR Camera to Qt6 & fix camera saving on windows (#3630)
The camera was previously saved without escaping the name which made the values unusable after a settings load, for whatever reason replacing the backslashes when saving with / doesn't work but replacing them with | does.

Also note that the OBS virtual cam (and any other cameras that only have directshow drivers) won't work because Qt6 dropped support for that and the ffmpeg backend doesn't seem to support it either.

Closes #3468

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3630
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: DraVee <dravee@eden-emu.dev>
Co-authored-by: smiRaphi <neogt404@gmail.com>
Co-committed-by: smiRaphi <neogt404@gmail.com>
2026-02-28 01:06:59 +01:00
..
android [cmake] Start requiring SDL2 (#3632) 2026-02-25 02:49:47 +01:00
audio_core [cmake] Start requiring SDL2 (#3632) 2026-02-25 02:49:47 +01:00
common [Settings] Add "Enable Legacy Rescale Pass" Toggle (#3582) 2026-02-26 03:57:25 +01:00
core [core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639) 2026-02-28 01:06:33 +01:00
dedicated_room [crypto] Atomize all traces of MbedTLS, and require OpenSSL 3+ (#3606) 2026-02-23 02:50:13 +01:00
dynarmic [dynarmic] Revert "Transition IR::Block to use stable_vector<Inst>, remove inline pool + pooled vector, remove unused mutable get/set block functors (#3543)" (#3625) 2026-02-24 19:34:34 +01:00
frontend_common [Configuration] Add Applets Tab to Per-Game Configurations (#3623) 2026-02-24 22:25:28 +01:00
hid_core [*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442) 2026-02-10 03:34:07 +01:00
input_common [cmake] Start requiring SDL2 (#3632) 2026-02-25 02:49:47 +01:00
network [network, qt] use jthread and use std::vector for packet list instead of std::list (#254) 2026-02-11 03:00:15 +01:00
qt_common [Settings] Add "Enable Legacy Rescale Pass" Toggle (#3582) 2026-02-26 03:57:25 +01:00
shader_recompiler [Settings] Add "Enable Legacy Rescale Pass" Toggle (#3582) 2026-02-26 03:57:25 +01:00
tests [network, qt] use jthread and use std::vector for packet list instead of std::list (#254) 2026-02-11 03:00:15 +01:00
video_core [vk] Disable vsync when Turbo Mode is enabled (#3633) 2026-02-26 01:04:23 +01:00
web_service nuke: Goodbye PCH, you will not be missed (#2821) 2025-10-27 20:50:16 +01:00
yuzu [desktop] port IR Camera to Qt6 & fix camera saving on windows (#3630) 2026-02-28 01:06:59 +01:00
yuzu_cmd [common] merge RenderBackend and ShaderBackend options (#3313) 2026-01-18 12:33:00 +01:00
yuzu_room_standalone [cmake] add a YUZU_STATIC_ROOM option (#3411) 2026-01-28 23:54:49 +01:00
.clang-format
CMakeLists.txt [cmake] Start requiring SDL2 (#3632) 2026-02-25 02:49:47 +01:00
dep_hashes.h.in