yuzu/src
Lioncash 53aec1fe2d k_priority_queue: Resolved reserved identifier
An identifier containing a starting underscore followed by a capital
letter is reserved by the standard. It's trivial to avoid this by moving
the underscore to the end of the identifier.

While the likelihood of clashing here being minimal, we can turn a
"should not break" scenario into a definitive "will not break" one, so
why not?.
2021-02-04 14:55:08 -05:00
..
audio_core audren: Disable reverb for the time being 2021-02-01 14:41:58 +11:00
common common: common_funcs: Change R_UNLESS to LOG_ERROR. 2021-01-28 21:51:16 -08:00
core k_priority_queue: Resolved reserved identifier 2021-02-04 14:55:08 -05:00
input_common analog_from_button: Fix update_thread.join exception 2021-01-29 18:41:22 -05:00
tests Merge pull request #5262 from ReinUsesLisp/buffer-base 2021-01-16 19:48:26 -03:00
video_core Merge pull request #5795 from ReinUsesLisp/bytes-to-map-end 2021-01-29 22:56:29 -08:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #5841 from german77/username 2021-02-02 15:04:09 -08:00
yuzu_cmd Merge pull request #5778 from ReinUsesLisp/shader-dir 2021-01-27 11:34:21 -08:00
.clang-format
CMakeLists.txt cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 2021-01-24 17:31:29 -03:00