- 16 Mar, 2015 1 commit
-
-
Subv authored
Rephrased some comments.
-
- 10 Mar, 2015 5 commits
-
-
Subv authored
It is used to downscale the input image horizontally and vertically, previously we were only downscaling it vertically so this caused a hard-to-debug memory corruption problem.
-
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 15 commits
-
-
bunnei authored
Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order.
-
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
-
- 05 Mar, 2015 1 commit
-
-
bunnei authored
Services: Moved the PTM and APT services to their own folder
-
- 04 Mar, 2015 3 commits
-
-
Subv authored
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
-
bunnei authored
vfp: Get rid of warnings
-
Lioncash authored
-