| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This is exposed in the GUI as a new "CiTrace Recording" widget.
Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).
|
|
Add GL_CLAMP_TO_BORDER support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Trivial change and fixes several warnings in the clang build.
|
|
|
|
|
|
|
|
|
|
|
|
Commonify video_core utility headers
|
|
- This is a workaround until we support fragment lighting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core/video_core: Fix a few warnings when compiling on MSVC.
|
|
|
|
default attributes, if set.
closes #735
|
|
memory.cpp/h contains definitions related to acessing memory and
configuring the address space
mem_map.cpp/h contains higher-level definitions related to configuring
the address space accoording to the kernel and allocating memory.
|
|
This is necessary otherwise there are warnings about a 32-bit result being casted to a 64-bit value.
|
|
|
|
@neobrain, could you confirm that this is correct?
It's been tested with various different games and fixes different textures, including in Animal Crossing, Kirby Triple Deluxe, and SMB3D.
|
|
|
|
|
|
|
|
|
|
|