- Apr 27, 2018
-
-
bunnei authored
gl_shader_decompiler: Add GLSLRegisterManager class to track register state.
-
bunnei authored
core/renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalents
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
-
bunnei authored
general: Convert assertion macros over to be fmt-compatible
-
Lioncash authored
-
bunnei authored
Implemented some useful interfaces needed for games.
-
David Marcec authored
-
bunnei authored
frontends: Move logging macros over to new fmt-capable ones
-
bunnei authored
common: Move logging macros over to new fmt-capable macros where applicable
-
bunnei authored
input_common: Move old logging macros over to fmt-capable ones
-
Lioncash authored
-
- Apr 26, 2018
-
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
core: Replace remaining old non-generic logger usages with fmt-capable equivalents
-
bunnei authored
Shader decompiler prep for integer instructions
-
-
David Marcec authored
-
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
-