mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-20 18:31:31 -06:00
* 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 |
||
|---|---|---|
| .. | ||
| android-ifaddrs | ||
| boost@80a171a179 | ||
| catch2@dc001fa935 | ||
| cmake-modules | ||
| cpp-jwt@e12ef06218 | ||
| cryptopp@511806c0eb | ||
| cryptopp-cmake@15798ac9c2 | ||
| cubeb@dc511c6b35 | ||
| discord-rpc@963aa9f3e5 | ||
| dynarmic@b3a92ab54d | ||
| enet@4f8e9bdc4c | ||
| fmt@a33701196a | ||
| getopt | ||
| glad | ||
| httplib | ||
| inih | ||
| json | ||
| libressl@8929f818fd | ||
| libusb | ||
| libyuv@6900494d90 | ||
| lodepng | ||
| microprofile | ||
| nihstro@fd69de1a1b | ||
| open_source_archives | ||
| sdl2 | ||
| soundtouch@060181eaf2 | ||
| teakra@01db7cdd00 | ||
| xbyak@a1ac3750f9 | ||
| zstd@e47e674cd0 | ||
| CMakeLists.txt | ||