2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Lioncash f1219e3a87 string_util: Remove TryParse()
This is an unused hold-over from Dolphin that was primarily used to
parse values out of the .ini files. Given we already have libraries that
do this for us, we don't need to keep this around.
2018-11-13 18:13:45 -05:00
..
audio_core microprofile: Drop ReleaseActiveBuffer scope. 2018-11-06 17:45:32 +01:00
common string_util: Remove TryParse() 2018-11-13 18:13:45 -05:00
core Merge pull request #1670 from DarkLordZach/deterministic-rng 2018-11-12 21:10:08 -08:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core Merge pull request #1628 from greggameplayer/Texture2DArray 2018-11-12 21:13:47 -08:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu Merge pull request #1670 from DarkLordZach/deterministic-rng 2018-11-12 21:10:08 -08:00
yuzu_cmd settings: Add config option to set RNG seed 2018-11-11 23:09:46 -05:00
.clang-format
CMakeLists.txt