eden-miror/src/yuzu
SDK-Chan 87f171e884
[cmake, core] Unbreak FreeBSD Building Process (#117)
During building eden on FreeBSD, it always assumed that FreeBSD due to being part of the unix family, has gamemode support, too.
Since it doesn't the building process failed.
This commit aims to fix that by separating out Unix and Linux for CMake to ensure there are no conflicts.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/117
Co-authored-by: SDK-Chan <sdkchan@eden-emu.dev>
Co-committed-by: SDK-Chan <sdkchan@eden-emu.dev>
2025-07-24 18:52:21 +02:00
..
applets Update checker (#132) 2025-05-28 02:23:51 +00:00
configuration [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
debugger Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
externals [cmake] QuaZip: The Finale (#74) 2025-07-17 21:00:00 +02:00
multiplayer [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
util service: hid: Create abstracted pad structure 2024-01-11 19:35:04 -06:00
about_dialog.cpp [desktop] Capitalize app name 2025-07-18 17:49:04 -04:00
about_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
aboutdialog.ui [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
bootmanager.cpp [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
bootmanager.h Fix more typos 2024-01-15 23:26:53 +00:00
breakpad.cpp User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
breakpad.h qt: implement automatic crash dump support 2023-10-08 11:35:53 -04:00
CMakeLists.txt [cmake] QuaZip: The Finale (#74) 2025-07-17 21:00:00 +02:00
compatdb.cpp Removed telemetry and anonymized SCM (git) strings 2025-04-04 03:40:47 +02:00
compatdb.h Removed telemetry and anonymized SCM (git) strings 2025-04-04 03:40:47 +02:00
compatdb.ui fix a large variety of issues (#101) 2025-05-11 23:58:25 +00:00
compatibility_list.cpp Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
compatibility_list.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
discord.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
discord_impl.cpp [discord] Update RPC ID 2025-07-22 14:42:33 -04:00
discord_impl.h yuzu: Replace httplib with QtNetworkRequest 2023-07-21 16:53:06 -06:00
game_list.cpp [android, desktop] Firebomb pre-alpha banner (#195) 2025-06-17 01:59:05 +00:00
game_list.h [android, desktop] Firebomb pre-alpha banner (#195) 2025-06-17 01:59:05 +00:00
game_list_p.h config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
game_list_worker.cpp Add game list refresh button (#126) 2025-05-29 08:20:11 +00:00
game_list_worker.h Add game list refresh button (#126) 2025-05-29 08:20:11 +00:00
hotkeys.cpp yuzu: Allow non npad hotkeys and disable controller navigation requirement 2024-02-11 16:29:31 -06:00
hotkeys.h hid_core: Move hid to it's own subproject 2024-01-05 11:41:15 -06:00
Info.plist MacOS fix compilation errors and correct app icon and title (#202) 2025-06-21 21:01:05 +00:00
install_dialog.cpp main: Globally disable the "?" button on dialogs 2023-01-25 01:12:50 -05:00
install_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
loading_screen.cpp general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
loading_screen.h Update some files with Qt 5.15.2 best practices in mind 2022-05-29 09:21:52 -07:00
loading_screen.ui QT: Fix the loading screen 'H' switch logo to not glitch out 2019-02-05 18:24:15 -07:00
main.cpp [cmake, core] Unbreak FreeBSD Building Process (#117) 2025-07-24 18:52:21 +02:00
main.h [desktop] feat: install firmware from ZIP (#52) 2025-07-14 01:29:57 +02:00
main.ui [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
migration_dialog.cpp Properly migrate internal NAND, Load, etc. directories (#167) 2025-06-11 22:57:13 +00:00
migration_dialog.h Options for Data Migration (#95) 2025-05-10 15:40:15 +00:00
migration_worker.cpp [desktop] Fix migration options (#220) 2025-06-27 06:03:19 +00:00
migration_worker.h [desktop] Fix migration options (#220) 2025-06-27 06:03:19 +00:00
play_time_manager.cpp User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
play_time_manager.h core: Use single instance of profile manager 2023-12-10 11:29:43 -06:00
precompiled_headers.h CMake: Consolidate common PCH headers 2022-11-30 18:30:30 -05:00
qt_common.cpp vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK. 2023-06-30 23:46:03 -07:00
qt_common.h qt_common: Remove yuzu prefix 2023-05-03 18:11:53 -04:00
startup_checks.cpp android: native: Add support for custom Vulkan driver loading. 2023-06-03 00:05:31 -07:00
startup_checks.h startup_checks: Use Windows flow for *nix 2022-11-23 21:35:47 -05:00
uisettings.cpp User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
uisettings.h [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
update_checker.cpp Update checker (#132) 2025-05-28 02:23:51 +00:00
update_checker.h Update checker (#132) 2025-05-28 02:23:51 +00:00
user_data_migration.cpp [desktop] Fix migration options (#220) 2025-06-27 06:03:19 +00:00
user_data_migration.h Properly migrate internal NAND, Load, etc. directories (#167) 2025-06-11 22:57:13 +00:00
vk_device_info.cpp Allocate resources for test window before getting system info 2023-11-07 22:47:02 -04:00
vk_device_info.h vk_device_info: Check only affected Intel drivers 2023-06-18 16:15:51 -04:00
yuzu.qrc Rename Yuzu logo to Eden 2025-04-13 01:15:36 +01:00
yuzu.rc Rename Yuzu logo to Eden 2025-04-13 01:15:36 +01:00