yuzu-fork/src
comex e8b2fd21d8 nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID
- Use .at() instead of raw indexing when dealing with untrusted indices.

- For the special case of WaitFence with syncpoint id UINT32_MAX,
  instead of crashing, log an error and ignore.  This is what I get when
  running Super Mario Maker 2.
2020-11-24 12:59:41 -05:00
..
audio_core core: Fix clang build pt.2 2020-10-20 22:16:03 -04:00
common Merge pull request #4451 from slashiee/extended-logging 2020-11-23 13:34:15 -08:00
core nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID 2020-11-24 12:59:41 -05:00
input_common Modify rumble amplification 2020-11-19 11:30:52 -06:00
tests tests: Fix data race in fibers test 2020-10-28 01:41:24 -03:00
video_core nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID 2020-11-24 12:59:41 -05:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #4451 from slashiee/extended-logging 2020-11-23 13:34:15 -08:00
yuzu_cmd configure_input: Add per-player vibration 2020-11-15 23:33:20 -05:00
yuzu_tester configure_input: Add per-player vibration 2020-11-15 23:33:20 -05:00
.clang-format
CMakeLists.txt CMakeLists: Resolve MSVC build failures 2020-10-30 14:57:58 -04:00