Age | Commit message (Collapse) | Author |
|
Uses QSettings on citra-qt, and inih on citra-cli.
|
|
chunk_file: General cleanup
|
|
- Remove unnecessary ifdefs
- Remove commented out code. Can be retrieved later if needed.
|
|
|
|
|
|
|
|
|
|
|
|
implementations.
|
|
|
|
|
|
implementation.
|
|
prevent collisions.
|
|
instead of a boolean.
|
|
Core: Replace a sprintf in core_timing with StringFromFormat
|
|
Core: Get rid of unnecessary switch statement in Kernel
|
|
|
|
Core: Fix warnings in gpu.cpp
|
|
Small, general code cleanup
|
|
|
|
|
|
|
|
|
|
|
|
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
|
|
Prune redundant includes
|
|
Removed fixed_size_queue.h
|
|
Common: Fix a potential infinite loop in StringUtil's ReplaceAll
|
|
It's unused and doesn't look like it compiles anyway :/
|
|
|
|
|
|
|
|
|
|
Instead of forcibly taking the last 4 characters, it now finds the last extension separator (the period) and takes a substr of its location.
|
|
|
|
|
|
core: Make the ARM disassembler use std::string internally
|
|
Removed redundant headers for std implementations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core: Pass string by reference in FetchFromPortName and DeleteService
|
|
In C++ you can simply just declare it as is.
|
|
|
|
|
|
|
|
|