1
0
Fork 0
forked from suyu/suyu
suyu/src
Tony Wasserka 98ad16a45b Pica: Add float24 structure.
24-bit floating points are used internally for calculations on the GPU, however the current code will still emulate that with 32-bit floating points.
In the future we might want to accurately perform the calculations with correct bitness in the future, but for now we just wrap the calculations around this class.
2014-08-12 13:46:24 +02:00
..
citra Loader: Implemented AppLoader interface for abstracting application loading. 2014-06-24 19:29:58 -04:00
citra_qt Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
common Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
core Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 2014-08-12 13:32:56 +02:00
video_core Pica: Add float24 structure. 2014-08-12 13:46:24 +02:00
CMakeLists.txt fixes to build on linux 2014-04-22 19:42:29 -07:00