Triang3l
6986d6c7e8
[Config] Use locale-neutral fmt instead of to_string
2021-08-28 18:26:18 -05:00
Triang3l
86ba17847b
[Base] Hopefully fix Clang template inheritance error
2020-12-31 16:46:25 +03:00
Triang3l
ea9ee0d4ba
[Kernel] Make HDTV gamma the default
2020-12-31 16:14:26 +03:00
Triang3l
37013ee352
[Config] CVar defauls versioning
2020-12-31 16:04:50 +03:00
Jonathan Goyvaerts
92e445f01a
[App] Add portable as a launch option in addition to checking for portable.txt existence
2020-08-21 20:31:19 +03:00
gibbed
b37579fad2
[Base] Fix path parsing from commandline.
2020-04-08 12:31:00 -05:00
gibbed
5bf0b34445
C++17ification.
...
C++17ification!
- Filesystem interaction now uses std::filesystem::path.
- Usage of const char*, std::string have been changed to
std::string_view where appropriate.
- Usage of printf-style functions changed to use fmt.
2020-04-07 16:09:41 -05:00
gibbed
3e6c2bb47c
Fix up handling of positional options in cvar handling.
...
- Fix up handling of positional options in cvar handling so that executables
other than app can handle them properly.
- Fix command-line arguments for xenia-vfs-dump.
2019-08-24 07:41:55 -05:00
gibbed
bee55ce5bb
[Base/Core] Work on config/cvars. Properly escape string values when saving config.
2019-08-04 07:09:05 -05:00
gibbed
85b4b561bf
[Base] Fix Travis complaints with cvar code.
2019-08-04 02:52:28 -05:00
gibbed
f360053198
[Base/Core] Bring cvar/config code in line with the style guide.
2019-08-04 02:17:22 -05:00
gibbed
7ba460552c
[Base/Core] Add support for transient cvars.
2019-08-04 02:12:46 -05:00
Jonathan Goyvaerts
bedd8ea40f
[Base] Add cvar class, a better, more flexible implementation of storing configuration variables than gflags
2019-08-03 02:33:56 +02:00