- Apr 27, 2018
- Apr 26, 2018
-
-
Lioncash authored
-
bunnei authored
core: Replace remaining old non-generic logger usages with fmt-capable equivalents
-
bunnei authored
Shader decompiler prep for integer instructions
-
bunnei authored
common: Remove chunk_file.h and linear_disk_cache.h
-
Lioncash authored
LOG_GENERIC usages will be amended in a follow-up to keep API changes separate from interface changes, as it will require removing a parameter from the relevant function in the VMManager class.
-
Lioncash authored
These are unused (and given chunk_file references Dolphin's >SVN< I doubt they were going to be used).
-
bunnei authored
-
bunnei authored
-
bunnei authored
core/gdbstub: Move logging macros to new fmt-compatible ones
-
Lioncash authored
-
bunnei authored
core/hw: Move logging macros over to fmt-capable ones
-
Lioncash authored
-
bunnei authored
Shaders: Implemented the FSET instruction.
-
bunnei authored
kernel: Migrate logging macros to fmt-compatible ones
-
bunnei authored
GPU: Partially implemented the 2D surface copy engine
-
bunnei authored
file-sys: Move logging macros over to the new fmt-capable ones
-
Lioncash authored
Functions don't need to be terminated by semicolons.
-
Lioncash authored
-
- Apr 25, 2018
-
-
bunnei authored
Service/PCTL: convert to module, add services, stub
-
bunnei authored
core/memory: Move logging macros over to the new fmt-capable ones
-
Subv authored
The hardware allows for some rather complicated operations to be performed on the data during the copy, this is not implemented. Only same-format same-size raw copies are implemented for now.
-
Subv authored
-
Subv authored
This instruction is similar to the FSETP instruction, but it doesn't set a predicate, it sets the destination register to 1.0 if the condition holds, and 0 otherwise.
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
The rest are just macro shim registers.
-
Subv authored
It doesn't belong in the PFIFO handler.
-
Subv authored
-
Lioncash authored
Lessens the amount to read and gets rid of the PRIX64 macro, allowing us to use a single string for the whole path, making it easier to read.
-
Lioncash authored
-
Lioncash authored
Addresses are 64-bit, these formatting specifiers are simply holdovers from citra. Adjust them to be the correct width.
-
Lioncash authored
While we're at it, correct addresses to print all 64 bits where applicable, which were holdovers from citra.
-
bunnei authored
video-core: Move logging macros over to new fmt-capable ones
-
Lioncash authored
-