1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash a9b953e6d4 yuzu/configure_gamelist: Use std::array instead of std::vector for translatable strings
We don't need to use an allocating container for these, given we know
the fixed amount of strings being used. This is just a waste of memory.
2018-09-12 01:20:04 -04:00
..
audio_core audio_renderer: Rename AudioOut instance to audio_out 2018-09-08 16:50:12 +01:00
common Better Title Bar Display 2018-09-07 11:54:51 +05:30
core service/audio: Replace includes with forward declarations where applicable 2018-09-11 21:54:33 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04:00
video_core Merge pull request #1278 from tech4me/bg-color-fix 2018-09-11 23:13:11 -04:00
yuzu yuzu/configure_gamelist: Use std::array instead of std::vector for translatable strings 2018-09-12 01:20:04 -04:00
yuzu_cmd gl_rasterizer: Use ARB_texture_storage. 2018-09-11 22:18:46 +02:00
.clang-format
CMakeLists.txt