You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
Lioncash 14e2df5610 vfs_static: Remove template byte parameter from StaticVfsFile
This converts it into a regular constructor parameter. There's no need
to make this a template parameter on the class when it functions
perfectly well as a constructor argument.

This also reduces the amount of code bloat produced by the compiler, as
it doesn't need to generate the same code for multiple different
instantiations of the same class type, but with a different fill value.
7 years ago
..
audio_core Added audren:u#GetAudioRendererState 7 years ago
common Merge pull request #1365 from DarkLordZach/lfs 7 years ago
core vfs_static: Remove template byte parameter from StaticVfsFile 7 years ago
input_common Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
tests Merge pull request #1327 from FearlessTobi/port-4171 7 years ago
video_core Added glObjectLabels for renderdoc for textures and shader programs (#1384) 7 years ago
yuzu Merge pull request #1365 from DarkLordZach/lfs 7 years ago
yuzu_cmd Update config.cpp 7 years ago
.clang-format Remove special rules for Windows.h and library includes 9 years ago
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 7 years ago