- Dec 29, 2014
-
-
Yuri Kunde Schlesner authored
Unused OutputVertex attributes were being left un-initialized. The leftover garbage sometimes decoded as floating-point denormalized values, causing fallbacks to microcode and massive slowdowns in the rest of the rasterization pipeline even though the results were unused. By zeroing the structure we ensure these attributes only contain harmless zeros.
-
bunnei authored
Frameskip
-
bunnei authored
armemu: Simplify some instructions.
-
bunnei authored
-
bunnei authored
Qt: Citra crashes if disassembler pause button is pressed while no game is running. #172
-
bunnei authored
vfp: Actually make the code somewhat readable
-
bunnei authored
New Handle manager
-
- Dec 28, 2014
-
-
Lioncash authored
-
bunnei authored
Implement PKHBT and PKHTB on dyncom, fix on armemu
-
bunnei authored
-
bunnei authored
-
bunnei authored
dyncom: Implement USAD8/USADA8
-
xdec authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
armemu: Fix underflows in USAD8/USADA8
-
Lioncash authored
-
Lioncash authored
-
Yuri Kunde Schlesner authored
This handle manager more closely mirrors the behaviour of the CTR-OS one. In addition object ref-counts and support for DuplicateHandle have been added. Note that support for DuplicateHandle is still experimental, since parts of the kernel still use Handles internally, which will likely cause troubles if two different handles to the same object are used to e.g. wait on a synchronization primitive.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Lioncash authored
Initially reported by xdec.
-
xdec authored
-
bunnei authored
Implement the rest of the UQ* ops.
-
- Dec 27, 2014
-
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX
-
Lioncash authored
-
bunnei authored
armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX
-
Lioncash authored
-
bunnei authored
-
bunnei authored
Fix visual studio ambiguous symbol error
-
- Dec 26, 2014