citra/src/citra_qt
kongfl888 K 09dc3a5592
Fix gcc 13+ compilation and update fmt. (#142)
* Soc and artic_bass: gcc 13+ compatibility fix.

* externals/fmt: update to HEAD fcd3e1e19.
It will fix error.
  integer_sequence<bool, (Is == Is)...>  [-Werror=tautological-compare]
The updating is helpful and needed.
Fmt has gone through two public versions since its last update
and has fixed many bugs, including new compiler optimizations.
But neither of these two public versions can fix the errors encountered above.
We need to switch to a working version.
It can be fixed after fmt/8e62172.There are still many optimizations,
Such as this one:
  Std. h c++23 build fix (# 3856)
And these:
  C++23 compatibility: basicstring_view cannot be constructed from nullptr (# 3846)
  Fix warning C4702 emitted from format.h (MSVC) (#3866)
Of course, there are other functional improvements as well.
Very helpful.
The selected version is the one that has been checked and works well.

And synchronously updating local code.

* citra_qt/ui: clean up duplicate naming warnings.
2024-06-14 13:23:07 +02:00
..
applets Move MiiData to its own namespace and add ChecksummedMiiData (#6824) 2023-07-31 20:38:47 -07:00
camera common: Add C++ version of Apple authorization logic. (#6616) 2023-06-19 15:50:26 -07:00
configuration Fix gcc 13+ compilation and update fmt. (#142) 2024-06-14 13:23:07 +02:00
debugger Fix showing color console if debugger attached on windows. (#88) 2024-04-22 23:37:59 +02:00
dumping code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
movie build: Fix compiling citra-qt for iOS. (#6983) 2023-09-17 16:07:56 -07:00
multiplayer Port several small multiplayer PRs from yuzu (#7419) 2024-02-16 04:34:10 -08:00
updater qt: Update to 6.6.0 (#7099) 2023-11-01 17:58:02 -07:00
util apply clang-format 2024-03-23 09:53:04 -06:00
aboutdialog.cpp Use unique_ptr on all ui objects from .ui files (#5511) 2020-10-01 09:23:01 +08:00
aboutdialog.h Clean up aboutdialog.h 2018-08-25 14:45:50 +02:00
aboutdialog.ui citra-qt: Add build date in about dialog 2018-06-18 21:21:00 +08:00
bootmanager.cpp build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
bootmanager.h build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
citra-qt.rc Fix: fatal error CVT1100 when compiling manifest file (#5322) 2020-06-20 13:50:33 -05:00
CMakeLists.txt citra_qt: Restore Web Tab (#103) 2024-05-08 11:30:57 +02:00
compatdb.cpp Remove the telemetry (#45) 2024-04-02 20:25:36 +02:00
compatdb.h Remove the telemetry (#45) 2024-04-02 20:25:36 +02:00
compatdb.ui ui: Fix Game Compatibility list translations 2022-09-07 13:08:05 +02:00
compatibility_list.cpp Stop splitting includes 2018-10-20 16:31:35 +02:00
compatibility_list.h Stop splitting includes 2018-10-20 16:31:35 +02:00
discord.h Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
discord_impl.cpp core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
discord_impl.h core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
game_list.cpp build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
game_list.h qt: Add option to uninstall a game. (#7064) 2023-10-14 18:11:59 -07:00
game_list_p.h qt: Add option to uninstall a game. (#7064) 2023-10-14 18:11:59 -07:00
game_list_worker.cpp qt: Add option to uninstall a game. (#7064) 2023-10-14 18:11:59 -07:00
game_list_worker.h qt: Add option to uninstall a game. (#7064) 2023-10-14 18:11:59 -07:00
hotkeys.cpp build: Clear out remaining compile warnings. (#6662) 2023-07-04 21:00:24 -07:00
hotkeys.h qt: Migrate to Qt6. (#6418) 2023-05-05 03:10:34 -07:00
loading_screen.cpp qt: Fix loading screen metadata retention when title has no metadata. (#7215) 2023-11-28 14:15:44 -08:00
loading_screen.h qt: Migrate to Qt6. (#6418) 2023-05-05 03:10:34 -07:00
loading_screen.ui Loading Screen: Vertically Center everything 2020-01-22 17:26:27 -07:00
main.cpp Run screenshot capture function in paused state by capturing next frame (#116) 2024-05-23 20:21:54 +02:00
main.h Add Artic Base support (#105) 2024-05-12 20:17:06 +02:00
main.ui citra_qt: Add Open Log Folder option to Help menu (#121) 2024-05-15 11:16:57 +02:00
precompiled_headers.h Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
qt_image_interface.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
qt_image_interface.h citra_qt: Remove image allocation limit (#6682) 2023-07-11 21:43:19 -07:00
uisettings.cpp Adding Midnight_Blue to themes 2022-05-17 09:48:02 -04:00
uisettings.h Add Artic Base support (#105) 2024-05-12 20:17:06 +02:00