| Age | Commit message (Collapse) | Author |
|
This name better represents what the enum does, and is less overloaded
in the context. (The whole register the enum is part of is also called
'format'.)
|
|
Fix warnings in video_core
|
|
|
|
APT:U Added a stub fuction for "GlanceParameter"
|
|
|
|
Configuration files
|
|
Uses QSettings on citra-qt, and inih on citra-cli.
|
|
Core: Fix the SDMC Directory implementation to make blargSnes work.
|
|
position.
|
|
opener something went wrong.
Kernel: Return an invalid handle to OpenFile when it failed to open.
|
|
|
|
|
|
Added "SetApplicationCpuTimeLimit" and "GetApplicationCpuTimeLimit" to apt.cpp
|
|
seems simple enough
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementations.
|
|
|
|
|
|
implementation.
|
|
prevent collisions.
|
|
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
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|