1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/citra_qt
ameerj 98e9f4c32e logging: Fix log filter during initialization
The log filter was being ignored on initialization due to the logging instance being initialized before the config instance, so the log filter was set to its default value.

This fixes that oversight, along with using descriptive exceptions instead of abort() calls.
2023-06-30 12:15:51 +03:00
..
applets Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
camera common: Add C++ version of Apple authorization logic. (#6616) 2023-06-19 15:50:26 -07:00
configuration common: logging: Restructure backend code 2023-06-30 12:15:51 +03:00
debugger logging: Simplify and make thread-safe 2023-06-30 12:15:51 +03:00
dumping Dynamically load FFmpeg and libfdk-aac if available. (#6570) 2023-06-17 02:06:18 +03:00
movie core/movie: Add MovieFinished mode 2021-02-08 11:25:35 +08:00
multiplayer qt: Migrate to Qt6. (#6418) 2023-05-05 03:10:34 -07:00
updater code: Small cleanups and fixes to lambda captures (#6191) 2022-12-17 16:04:10 +01:00
util qt: Clear finishing key combinations for hot key entry on Qt 6.5+ (#6509) 2023-05-09 02:30:06 -07: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 Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
bootmanager.h Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
citra-qt.rc Fix: fatal error CVT1100 when compiling manifest file (#5322) 2020-06-20 13:50:33 -05:00
CMakeLists.txt build: Rework CI and move all bundling into new build target. (#6556) 2023-06-26 17:42:00 -07:00
compatdb.cpp Merge pull request #5501 from FearlessTobi/port-1064-3948 2021-04-23 22:58:08 -07:00
compatdb.h compatdb: Use a seperate endpoint for testcase submission 2018-10-27 12:20:03 +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_impl.cpp discord_impl: Update the client ID (#5449) 2020-07-08 23:45:54 +02:00
discord_impl.h Address a bunch of review comments 2018-10-20 10:35:55 -04:00
discord.h Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
game_list_p.h code: Small cleanups and fixes to lambda captures (#6191) 2022-12-17 16:04:10 +01:00
game_list_worker.cpp qt: Hide system titles with invisible or invalid SMDH data. (#6381) 2023-04-02 08:57:22 +05:30
game_list_worker.h Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
game_list.cpp qt: Migrate to Qt6. (#6418) 2023-05-05 03:10:34 -07:00
game_list.h Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
hotkeys.cpp qt: Migrate to Qt6. (#6418) 2023-05-05 03:10:34 -07:00
hotkeys.h qt: Migrate to Qt6. (#6418) 2023-05-05 03:10:34 -07:00
loading_screen.cpp Textures loading screen (#6478) 2023-05-07 02:34:14 +03: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 logging: Fix log filter during initialization 2023-06-30 12:15:51 +03:00
main.h Dynamically load FFmpeg and libfdk-aac if available. (#6570) 2023-06-17 02:06:18 +03:00
main.ui frontend: Added Hybrid Screen screen layout option (#4542) (#6600) 2023-06-29 01:42:57 +03: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 Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
qt_image_interface.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
uisettings.cpp Adding Midnight_Blue to themes 2022-05-17 09:48:02 -04:00
uisettings.h Add warning popup when loading save states for the first time (#6565) 2023-06-05 10:06:00 +03:00