ffc95eb59b
* 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 |
||
---|---|---|
.. | ||
applets | ||
camera | ||
configuration | ||
debugger | ||
dumping | ||
movie | ||
multiplayer | ||
updater | ||
util | ||
aboutdialog.cpp | ||
aboutdialog.h | ||
aboutdialog.ui | ||
bootmanager.cpp | ||
bootmanager.h | ||
cheats.cpp | ||
cheats.h | ||
cheats.ui | ||
citra-qt.rc | ||
CMakeLists.txt | ||
compatdb.cpp | ||
compatdb.h | ||
compatdb.ui | ||
compatibility_list.cpp | ||
compatibility_list.h | ||
discord.h | ||
discord_impl.cpp | ||
discord_impl.h | ||
game_list.cpp | ||
game_list.h | ||
game_list_p.h | ||
game_list_worker.cpp | ||
game_list_worker.h | ||
hotkeys.cpp | ||
hotkeys.h | ||
Info.plist | ||
loading_screen.cpp | ||
loading_screen.h | ||
loading_screen.ui | ||
macos_authorization.h | ||
macos_authorization.mm | ||
main.cpp | ||
main.h | ||
main.ui | ||
precompiled_headers.h | ||
qt_image_interface.cpp | ||
qt_image_interface.h | ||
uisettings.cpp | ||
uisettings.h |