| Age | Commit message (Collapse) | Author |
|
Same thing, less code.
|
|
|
|
Not to say these subscript operators aren't totally ugly as is.
|
|
|
|
|
|
PICA: Fix viewport offset
|
|
Clear JIT cache
|
|
Fix MAD/MADI encoding
|
|
SDL2: Explicitly use RGB8 color buffer.
|
|
|
|
|
|
|
|
|
|
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons
The NDM file move to /core/hle/service/ndm/ now!
|
|
|
|
common: Minor changes to NonCopyable
|
|
|
|
|
|
|
|
|
|
|
|
An equivalent enum already exists within address_arbiter.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HLE/Applets: Implemented a dummy Mii Selector applet.
|
|
This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet.
|
|
gsp_gpu: Change 0 literal to nullptr
|
|
|
|
|
|
emitter: constexpr/misc changes
|
|
Common: Get rid of alignment macros
|
|
Fix attribute mapping in vs debugger
|
|
|
|
renderer_base: Minor changes
|
|
|
|
|
|
|
|
This was removed in Dolphin as there were no particular uses for it.
I'm sure the same will apply to citra.
|
|
|
|
|
|
|
|
The gl rasterizer already uses alignas,
so we may as well move everything over.
|
|
Output errors in GUI
|
|
|
|
|
|
There's no reason to allow direct access to the unique_ptr instance. Only
its contained pointer.
|