There was an error fetching the commit references. Please try again later.
frontend_common: config: Refactor WriteSetting to stricter types
Previously this could cause problems if a version of the template generated for WriteSetting didn't use the type you needed (e.g. floating point values). Now these are all ready without having to be used within frontend_common first.
Showing
- src/android/app/src/main/jni/android_config.cpp 3 additions, 2 deletionssrc/android/app/src/main/jni/android_config.cpp
- src/frontend_common/config.cpp 112 additions, 82 deletionssrc/frontend_common/config.cpp
- src/frontend_common/config.h 22 additions, 6 deletionssrc/frontend_common/config.h
- src/yuzu/configuration/qt_config.cpp 37 additions, 32 deletionssrc/yuzu/configuration/qt_config.cpp
- src/yuzu_cmd/sdl_config.cpp 14 additions, 12 deletionssrc/yuzu_cmd/sdl_config.cpp
Loading
Please register or sign in to comment