2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core
Yuri Kunde Schlesner 195fedccf0 VideoCore: Unify interface to OpenGL and SW rasterizers
This removes explicit checks sprinkled all over the codebase to instead
just have the SW rasterizer expose an implementation with no-ops for
most operations.
2015-12-07 20:20:38 -08:00
..
arm armstate: Zero out the registers on creation 2015-11-29 15:16:34 -05:00
file_sys Implement FS_User::GetFreeBytes 2015-10-27 23:33:59 -07:00
gdbstub Fix read and write register blocks in gdbstub 2015-11-22 07:48:26 -05:00
hle VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
hw VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
loader Merge pull request #1199 from Gareth422/encryption-check 2015-10-20 10:17:31 -04:00
tracer
CMakeLists.txt Implement gdbstub 2015-10-04 11:16:59 -04:00
core.cpp Implement gdbstub 2015-10-04 11:16:59 -04:00
core.h Core/ARM11: Correct the size of the VFP register array in the ThreadContext structure. 2015-11-29 13:06:45 -05:00
core_timing.cpp general: Silence some warnings when using clang 2015-09-16 08:51:53 -04:00
core_timing.h
memory.cpp Fixed spelling errors 2015-10-09 17:09:52 -04:00
memory.h
memory_setup.h Memory: Move PAGE_MASK and PAGE_BITS to memory.h 2015-08-16 01:03:44 -03:00
settings.cpp
settings.h Implement gdbstub 2015-10-04 11:16:59 -04:00
system.cpp Remove unnecessary new lines, changed Deinit to Shutdown 2015-10-11 20:07:58 -04:00
system.h