yuzu-fork/src/video_core
Tony Wasserka 9c781a6c76 Remove the fancy RegisterSet class introduced in 4c2bff61e.
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures.
Instead, we now use a more conventional approach which is a lot more clean to use.
2014-08-12 02:17:21 +02:00
..
renderer_opengl Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
CMakeLists.txt CMakeLists: rename HEADS, improved comments 2014-05-19 15:19:36 -07:00
gpu_debugger.h GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. 2014-08-05 23:58:00 -04:00
pica.h Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
renderer_base.h removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class 2014-04-27 18:29:51 -04:00
utils.cpp Improved clarity and whitespace 2014-05-19 15:21:55 -07:00
utils.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
video_core.cpp Preprocessor: #if's out OSX-specific GL changes on other platforms 2014-06-12 06:10:55 -04:00
video_core.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
video_core.vcxproj video core: added PICA definitions file. 2014-06-12 06:10:51 -04:00
video_core.vcxproj.filters video core: added PICA definitions file. 2014-06-12 06:10:51 -04:00