2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Michael Scire 5a7eecc3ad loader: provide default arguments (zero byte) to NSOs
Certain newer unity games (Terraria, Pokemon Mystery Dungeon) require
that the argument region be populated. Failure to do so results in
an integer underflow in argument count, and eventually an unmapped
read at 0x800000000. Providing this default fixes this.

Note that the behavior of official software is as yet unverified,
arguments-wise.
2020-01-22 20:14:06 -08:00
..
audio_core core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 2019-11-26 21:55:39 -05:00
common Remove unused CPU Vendor string and telemtry field 2020-01-17 18:41:18 -07:00
core loader: provide default arguments (zero byte) to NSOs 2020-01-22 20:14:06 -08:00
input_common
tests core/memory: Migrate over memory mapping functions to the new Memory class 2019-11-26 21:53:34 -05:00
video_core Merge pull request #3330 from ReinUsesLisp/vk-blit-screen 2020-01-20 22:32:16 -04:00
web_service
yuzu GUI: fix minor issues with dark themes 2020-01-22 21:12:45 +01:00
yuzu_cmd
yuzu_tester
.clang-format
CMakeLists.txt