citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/core/hw
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
..
gpu.cpp Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
gpu.h Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
hw.cpp Rename LCD to GPU. 2014-06-12 06:10:49 -04:00
hw.h Fix a few warnings. 2014-07-23 00:44:31 +02:00
ndma.cpp Rename LCD to GPU. 2014-06-12 06:10:49 -04:00
ndma.h added NDMA hardware interface 2014-04-17 23:43:55 -04:00