| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Loader: Implement NCCH encryption check
|
|
|
|
|
|
|
|
Remove newlines in LOG_* calls
|
|
The LOG_* function itself already appends one.
|
|
|
|
|
|
|
|
|
|
Initial implementation of a game list
|
|
|
|
Use a constexpr function for country initialization in service/cfg
|
|
|
|
This fixes a TODO left over from when we supported MSVC 2013.
|
|
|
|
Silence some clang warnings
|
|
|
|
|
|
|
|
Verified against a 9.2.0-20 config save
|
|
These blocks are required by various games to boot.
|
|
|
|
|
|
|
|
May fix additional texture caching issues. (Though mostly in homebrew, I
haven't seen any commercial software use this to flush anything but
command lists.)
|
|
|
|
|
|
memory: Get rid of pointer casts
|
|
|
|
y2r: Give local variables an initial value
|
|
|
|
|
|
Keeps compilers/static analyzers quiet.
|
|
|
|
Add cam:u service function names to its function table
|
|
|
|
SVC: Advance time when calling GetSystemTick to escape busy-wait loops
|