- Aug 18, 2014
- Aug 17, 2014
- Aug 15, 2014
- Aug 13, 2014
-
-
bunnei authored
Simplified if-tree in extended_trace.cpp
-
bunnei authored
Use glewExperimental to fix crashes with citra-glfw
-
Tony Wasserka authored
float24: Remove private default constructor
-
archshift authored
Fixes building with clang.
-
- Aug 12, 2014
-
-
bunnei authored
Hid minor improvements
-
bunnei authored
HID: Fix typo with DisableGyroscopeLow command.
-
archshift authored
-
archshift authored
-
bunnei authored
Changed iterators to use auto, many of which using range-based loops
-
Tony Wasserka authored
Initial work on Pica rendering.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
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.
-
Tony Wasserka authored
I wrote most of this for ppsspp, so I hold full copyright over it. In addition to the original release in ppsspp, this provides functionality to easily extend e.g. two-dimensional vectors to three-dimensional vectors.
-
Tony Wasserka authored
This cleans up the mess that address reading/writing had become and makes the code a *lot* more sensible. This adds a physical<->virtual address converter to mem_map.h. For further accuracy, we will want to properly extend this to support a wider range of address regions. For now, this makes simply homebrew applications work in a good manner though.
-
Tony Wasserka authored
GSP: Fix a major regression introduced in ffda035c, due to which no display transfers were triggered at all anymore.
-
archshift authored
-
archshift authored
-
archshift authored
-
Tony Wasserka authored
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.
-
- Aug 08, 2014
-
-
bunnei authored
Use pthread_set_name_np() on OpenBSD.
-
Anthony J. Bentley authored
-
bunnei authored
-
bunnei authored
-
- Aug 06, 2014
-
-
bunnei authored
Gsp command synch
-