| Age | Commit message (Collapse) | Author |
|
Update boost external to v1.59.0
|
|
|
|
|
|
|
|
Fix Linux GCC 4.9 build (complaining about undeclared memset)
|
|
|
|
|
|
|
|
citra-qt: Improve pica command list widget (add mask, fix some issues)
|
|
Shader debugger improvements
|
|
Renamed "Iteration index" to the (hopefully) more intuitive "Cycle Index".
Added flexible space at the bottom of the widget.
|
|
|
|
each processed instruction.
|
|
|
|
Now supports dumping the current shader and recognizes a larger number of output semantics.
|
|
|
|
Handle `FileType::CIA` in `switch` statements
|
|
|
|
|
|
Fixes glitchy garbage in Fire Emblem 3D scenes.
|
|
citra-qt: save path for recent files loaded
|
|
vfp: use std::swap where applicable
|
|
|
|
|
|
This also adds some basic memory usage accounting. These two types are
used by Super Smash Bros. during startup.
|
|
This adds some structures necessary to support multiple memory regions
in the future. It also adds support for different system memory types
and the new linear heap mapping at 0x30000000.
|
|
|
|
|
|
These helpers aren't really part of the kernel, and mem_map.cpp/h is
going to be moved there next.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handle invalid `Log::Class`
|
|
Vertex Shader JIT for X86-64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Config: Add an option for selecting to use shader JIT or interpreter.
- Qt: Add a menu option for enabling/disabling the shader JIT.
|
|
|
|
|
|
|
|
|
|
|