- 17 Mar, 2015 1 commit
-
-
Lioncash authored
-
- 15 Mar, 2015 1 commit
-
-
Lioncash authored
-
- 10 Mar, 2015 7 commits
-
-
bunnei authored
Implement SetLcdForceBlack and add implementation for color filling in the GPU code
-
bunnei authored
dyncom: Minor cleanup
-
Lioncash authored
Assemblers will exit with an error when trying to assemble instructions with disallowed registers.
-
bunnei authored
GPU: Implemented more depth buffer formats.
-
Subv authored
-
Subv authored
-
Subv authored
This fixes the horizontal lines in Picross E, Cubic Ninja, Cave Story 3D and possibly others
-
- 09 Mar, 2015 16 commits
-
-
bunnei authored
Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order.
-
archshift authored
-
Tony Wasserka authored
GPU: Use the correct position for the finished bit in memory fills
-
Subv authored
-
Tony Wasserka authored
GPU: Corrected the 24 bit memory fills component order
-
Tony Wasserka authored
-
bunnei authored
Fix errorcodes for bad config block request
-
bunnei authored
Apply the logging filter before sending the message to the queue
-
bunnei authored
Minor bugfixes to LDM/STM.
-
Subv authored
-
bunnei authored
-
bunnei authored
Update nihstro submodule to the initial release version.
-
bunnei authored
Asserts: Use lambdas to keep assertion code away from the main code path
-
Lioncash authored
Previously it would write the contents of register 13 for the case where the link register (r14) is supposed to be written.
-
Lioncash authored
-
Lioncash authored
-
- 08 Mar, 2015 5 commits
-
-
archshift authored
Includes more opcodes to implement in the future.
-
archshift authored
Build app bundles on OS X. Fixes the issue where the menubar would not appear.
-
bunnei authored
default_ini.h: Put comments on their own lines
-
archshift authored
Apparently inline comments is not necessarily standard in the INI format, and our parser was erroneously parsing the comments as values.
-
archshift authored
-
- 07 Mar, 2015 7 commits
-
-
bunnei authored
Fixed EmuWindow typo (fixes OSX build)
-
bunnei authored
-
bunnei authored
Set framebuffer layout from EmuWindow.
-
bunnei authored
-
Tony Wasserka authored
GPU/Textures: Fixed ETC texture decoding.
-
Subv authored
-
Tony Wasserka authored
Add profiling infrastructure and widget
-
- 06 Mar, 2015 3 commits
-
-
Emmanuel Gil Peyrot authored
Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.
-
bunnei authored
Removed swap code redundancy and moved common swap code to swap.h
-
archshift authored
-