citra/src/citra_qt
GPUCode ffc95eb59b
Frontend PR fixes (#6378)
* citra_qt: Check if renderer is null

* core: Fix dynarmic use-after-free error

* bootmanager: Add current context check in DoneCurrent

* Loading a save state would destroy the frame dumper class, which contains a shared context. That context would call DoneCurrent without checking if it was actually bound or not, resulting in crashes when calling opengl functions

* externals: Correct glad readme

* common: Log renderer debug setting

* citra: Make lambda lower case

* Consistency with review comments on the PR

* video_core: Kill more global state

* GetResolutionScaleFactor would be called somewhere in the renderer constructor chain but it relies on the yet unitialized g_renderer, resulting in crashes when the resolution scale is set to auto. Rather than adding a workaround, let's kill this global state to fix this for good
2023-03-30 14:24:49 +03:00
..
applets code: Cleanup and warning fixes from the Vulkan PR (#6163) 2022-11-04 23:32:57 +01:00
camera qt_multimedia_camera: fix image handling in Qt 5.15+ ... (#6231) 2022-12-24 11:45:31 +05:30
configuration Rework system title handling with up-to-date title list and region detection support. (#6356) 2023-03-29 13:55:29 +02:00
debugger main: Globally disable the "?" button on dialogs (#6263) 2023-01-28 21:38:15 +05:30
dumping Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
movie
multiplayer Port multiplayer related PRs from yuzu (yuzu-emu/yuzu#9661 and yuzu-emu/yuzu#9713) (#6319) 2023-03-08 00:51:46 +01:00
updater code: Small cleanups and fixes to lambda captures (#6191) 2022-12-17 16:04:10 +01:00
util main: Globally disable the "?" button on dialogs (#6263) 2023-01-28 21:38:15 +05:30
aboutdialog.cpp
aboutdialog.h
aboutdialog.ui
bootmanager.cpp Frontend PR fixes (#6378) 2023-03-30 14:24:49 +03:00
bootmanager.h Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
cheats.cpp main: Globally disable the "?" button on dialogs (#6263) 2023-01-28 21:38:15 +05:30
cheats.h
cheats.ui Improve tab ordering (#6019) 2022-05-13 20:36:09 +05:30
citra-qt.rc
CMakeLists.txt Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
compatdb.cpp Merge pull request #5501 from FearlessTobi/port-1064-3948 2021-04-23 22:58:08 -07:00
compatdb.h
compatdb.ui ui: Fix Game Compatibility list translations 2022-09-07 13:08:05 +02:00
compatibility_list.cpp
compatibility_list.h
discord.h
discord_impl.cpp
discord_impl.h
game_list.cpp qt: Enable application options for system applications. (#6286) 2023-02-15 21:24:54 +01:00
game_list.h Add per game configuration options (#6187) 2022-12-08 13:27:25 +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
game_list_worker.h
hotkeys.cpp citra_qt: Improvements to hotkeys and ui state management (#6224) 2023-02-04 19:06:20 +01:00
hotkeys.h citra_qt: Improvements to hotkeys and ui state management (#6224) 2023-02-04 19:06:20 +01:00
Info.plist macOS: Make Citra show up in the Launchpad Games folder (#6245) 2023-01-10 01:27:11 +01:00
loading_screen.cpp
loading_screen.h
loading_screen.ui
macos_authorization.h macos permission: address review comments 2022-01-10 15:30:41 +01:00
macos_authorization.mm Camera fixes (#6181) 2022-12-17 16:05:04 +01:00
main.cpp Frontend PR fixes (#6378) 2023-03-30 14:24:49 +03:00
main.h Rework system title handling with up-to-date title list and region detection support. (#6356) 2023-03-29 13:55:29 +02:00
main.ui Rework system title handling with up-to-date title list and region detection support. (#6356) 2023-03-29 13:55:29 +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
qt_image_interface.h
uisettings.cpp Adding Midnight_Blue to themes 2022-05-17 09:48:02 -04:00
uisettings.h citra_qt: Improvements to hotkeys and ui state management (#6224) 2023-02-04 19:06:20 +01:00