yuzu-fork/src
Michael Scire 072a9796f5 Restore memory perms on svcUnmapMemory/UnloadNro
Prior to PR, Yuzu did not restore memory to RW-
on unmap of mirrored memory or unloading of NRO.

(In fact, in the NRO case, the memory was unmapped
instead of reprotected to --- on Load, so it was
actually lost entirely...)

This PR addresses that, and restores memory to RW-
as it should.

This fixes a crash in Super Smash Bros when creating
a World of Light save for the first time, and possibly
other games/circumstances.
2019-07-11 01:38:28 -07:00
..
audio_core addressed issue 2019-07-08 14:49:16 +10:00
common texture_cache: Address Feedback 2019-07-05 09:46:53 -04:00
core Restore memory perms on svcUnmapMemory/UnloadNro 2019-07-11 01:38:28 -07:00
input_common input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 2019-06-03 16:56:47 -04:00
tests Merge pull request #2583 from FernandoS27/core-timing-safe 2019-06-30 12:54:00 -04:00
video_core Merge pull request #2697 from lioncash/doc 2019-07-10 16:38:09 -04:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
yuzu Merge pull request #2601 from FernandoS27/texture_cache 2019-07-05 13:39:13 -04:00
yuzu_cmd Merge pull request #2601 from FernandoS27/texture_cache 2019-07-05 13:39:13 -04:00
yuzu_tester yuzu: Remove CPU Jit setting from the UI 2019-07-04 14:48:08 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt yuzu_tester: Add project subdirectory 2019-06-10 00:03:11 -04:00