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 c7387e6504 string_util: Remove ArrayToString()
An old function from Dolphin. This is also unused, and pretty inflexible
when it comes to printing out different data types (for example, one
might not want to print out an array of u8s but a different type
instead. Given we use fmt, there's no need to keep this implementation
of the function around.
6 years ago
..
audio_core microprofile: Drop ReleaseActiveBuffer scope. 7 years ago
common string_util: Remove ArrayToString() 6 years ago
core Merge pull request #1670 from DarkLordZach/deterministic-rng 6 years ago
input_common Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
tests global: Use std::optional instead of boost::optional (#1578) 7 years ago
video_core Merge pull request #1628 from greggameplayer/Texture2DArray 6 years ago
web_service compatdb: Use a seperate endpoint for testcase submission 7 years ago
yuzu Merge pull request #1670 from DarkLordZach/deterministic-rng 6 years ago
yuzu_cmd settings: Add config option to set RNG seed 7 years ago
.clang-format Remove special rules for Windows.h and library includes 9 years ago
CMakeLists.txt Port web_service from Citra 7 years ago