Age | Commit message (Collapse) | Author |
|
GPU: Partially implemented the 2D surface copy engine
|
|
file-sys: Move logging macros over to the new fmt-capable ones
|
|
Service/PCTL: convert to module, add services, stub
|
|
core/memory: Move logging macros over to the new fmt-capable ones
|
|
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.
|
|
|
|
outside of the file.
|
|
formats.
|
|
|
|
|
|
The rest are just macro shim registers.
|
|
processor.
It doesn't belong in the PFIFO handler.
|
|
|
|
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.
|
|
|
|
Addresses are 64-bit, these formatting specifiers are simply holdovers from citra. Adjust them to be the correct width.
|
|
While we're at it, correct addresses to print all 64 bits where applicable, which were holdovers from citra.
|
|
|
|
PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies
|
|
Refactor rasterizer cache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPU: Added asserts to our code for handling the QUERY_GET GPU command.
|
|
service: Move logging macros over to the new fmt-compatible ones
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|