citra-nightly/src
Weiyi Wang 88a011ec8e GetTextureSurface: return on invalid physical address early
Previously this check is in GetSurface (if (addr == 0)). This worked fine because GetTextureSurface directly forwarded the address value to GetSurface. However, now with mipmap support, GetTextureSurface would call GetSurface several times with different address offset, resulting some >0 but still invalid address in case the input is 0. We should error out early on invalid address instead of sending it furthor down which would cause invalid memory access
2019-03-10 11:06:08 -04:00
..
android android: fix native library inclusion 2019-01-15 20:28:56 -06:00
audio_core audio_core/codec: Resolve truncation warnings within DecodeADPCM 2019-03-02 14:06:30 +01:00
citra sdl: add GLES support 2019-02-03 15:58:09 -06:00
citra_qt Merge pull request #4627 from FearlessTobi/cia-install-short 2019-03-07 23:55:58 -05:00
common common/math_util: Move contents into the Common namespace 2019-03-02 18:13:10 +01:00
core gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) 2019-03-08 00:09:06 -05:00
dedicated_room network: Make citra mods optional and disabled by default 2018-12-15 22:47:07 +08:00
input_common common/math_util: Move contents into the Common namespace 2019-03-02 18:13:10 +01:00
network network: remove cpp-jwt library dependency 2018-12-31 23:23:09 -05:00
tests Merge pull request #4617 from wwylele/hle-service-clean 2019-02-25 10:22:13 -05:00
video_core GetTextureSurface: return on invalid physical address early 2019-03-10 11:06:08 -04:00
web_service web_service: Change endpoint to /lobby. 2018-12-16 10:48:42 +08:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt android: move cmakelist 2019-01-15 19:24:03 -06:00