Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings. | bunnei | 2015-03-10 | |
| | | | | ||||
| | * | | HID: Added static asserts to check register position in shared memory. | bunnei | 2015-03-10 | |
| | | | | ||||
| | * | | Qt: Implemented EmuWindow touchpad support. | bunnei | 2015-03-10 | |
| | | | | ||||
| | * | | GLFW: Implemented EmuWindow touchpad support. | bunnei | 2015-03-10 | |
| | | | | ||||
| | * | | EmuWindow: Added infrastructure code to enable touchpad support. | bunnei | 2015-03-10 | |
| | | | | ||||
| | * | | HID: Added functions to emulate the touchpad. | bunnei | 2015-03-10 | |
| | | | | ||||
| | * | | HID: Moved some docstrings to the header. | bunnei | 2015-03-10 | |
| | | | | ||||
| | * | | HID: Refactored shared memory decoding for touchpad support. | bunnei | 2015-03-10 | |
| |/ / |/| | | ||||
| | * | GPU: Fixed the bit 25 in the display transfer flags. | Subv | 2015-03-10 | |
| | | | | | | | | | | | | 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. | |||
* | | | dyncom: Minor cleanup | Lioncash | 2015-03-10 | |
| |/ |/| | | | | | Assemblers will exit with an error when trying to assemble instructions with disallowed registers. | |||
* | | Merge pull request #643 from Subv/dem_feels | bunnei | 2015-03-09 | |
|\ \ | | | | | | | GPU: Implemented more depth buffer formats. | |||
| * | | GPU: Added the stencil test structure to the Pica Regs struct. | Subv | 2015-03-09 | |
| | | | ||||
| * | | Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer | Subv | 2015-03-09 | |
| | | | ||||
| * | | GPU: Implemented more depth buffer formats. | Subv | 2015-03-09 | |
| | | | | | | | | | | | | This fixes the horizontal lines in Picross E, Cubic Ninja, Cave Story 3D and possibly others | |||
* | | | Merge pull request #647 from neobrain/rip_culling_hack | bunnei | 2015-03-09 | |
|\ \ \ | | | | | | | | | Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order. | |||
| | | * | Added LCD registers, and implementation for color filling in OGL code. | archshift | 2015-03-09 | |
| | | | | ||||
* | | | | Merge pull request #648 from Subv/fill_bit | Tony Wasserka | 2015-03-09 | |
|\ \ \ \ | | | | | | | | | | | GPU: Use the correct position for the finished bit in memory fills | |||
| * | | | | GPU: Use the correct position for the finished bit in memory fills | Subv | 2015-03-09 | |
| | | | | | ||||
* | | | | | Merge pull request #646 from Subv/24bit_fills | Tony Wasserka | 2015-03-09 | |
|\ \ \ \ \ | | | | | | | | | | | | | GPU: Corrected the 24 bit memory fills component order | |||
| | | * | | | Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with ↵ | Tony Wasserka | 2015-03-09 | |
| |_|/ / / |/| | | | | | | | | | | | | | | incorrect winding order. | |||
* | | | | | Merge pull request #589 from kevinhartman/config-errors | bunnei | 2015-03-09 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix errorcodes for bad config block request | |||
* \ \ \ \ \ | Merge pull request #634 from linkmauve/logging-performances | bunnei | 2015-03-09 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Apply the logging filter before sending the message to the queue | |||
* \ \ \ \ \ \ | Merge pull request #645 from lioncash/ldm | bunnei | 2015-03-09 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Minor bugfixes to LDM/STM. | |||
| | | | * | | | | GPU: Corrected the 24 bit memory fills component order | Subv | 2015-03-09 | |
| | | | |/ / / | ||||
* | | | | | | | Merge pull request #644 from archshift/nihstro | bunnei | 2015-03-08 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update nihstro submodule to the initial release version. | |||
* \ \ \ \ \ \ \ | Merge pull request #584 from yuriks/outline-asserts | bunnei | 2015-03-08 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Asserts: Use lambdas to keep assertion code away from the main code path | |||
| | | * | | | | | | dyncom: Fix an indexing bug in STM | Lioncash | 2015-03-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it would write the contents of register 13 for the case where the link register (r14) is supposed to be written. | |||
| | | * | | | | | | dyncom: General cleanup of STM | Lioncash | 2015-03-08 | |
| | | | | | | | | | ||||
| | | * | | | | | | dyncom: Increment addr when accessing LR in LDM | Lioncash | 2015-03-08 | |
| |_|/ / / / / / |/| | | | | | | | ||||
| | * | | | | | | Update nihstro submodule to the initial release version. | archshift | 2015-03-08 | |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | Includes more opcodes to implement in the future. | |||
* | | | | | | | Merge pull request #639 from archshift/appbundle | archshift | 2015-03-07 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Build app bundles on OS X. Fixes the issue where the menubar would not appear. | |||
* | | | | | | | | default_ini.h: Put comments on their own lines | archshift | 2015-03-07 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently inline comments is not necessarily standard in the INI format, and our parser was erroneously parsing the comments as values. | |||
| * | | | | | | | Build app bundles on OS X. Fixes the issue where the menubar would not appear. | archshift | 2015-03-07 | |
|/ / / / / / / | ||||
* | | | | | | | Fixed EmuWindow typo (fixes OSX build) | bunnei | 2015-03-07 | |
| | | | | | | | ||||
* | | | | | | | Merge pull request #636 from bunnei/refactor-screen-win | bunnei | 2015-03-07 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Set framebuffer layout from EmuWindow. | |||
| * | | | | | | Set framebuffer layout from EmuWindow. | bunnei | 2015-03-07 | |
| | | | | | | | ||||
* | | | | | | | GPU/Textures: Fixed ETC texture decoding. | Subv | 2015-03-07 | |
| |_|_|_|/ / |/| | | | | | ||||
* | | | | | | Merge pull request #538 from yuriks/perf-stat | Tony Wasserka | 2015-03-07 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add profiling infrastructure and widget | |||
| | | | * | | | Logging: check for filter before sending to the queue, to skip all heavy ↵ | Emmanuel Gil Peyrot | 2015-03-06 | |
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | formatting on the other thread. | |||
* | | | | | | Removed swap code redundancy and moved common swap code to swap.h | archshift | 2015-03-05 | |
| |/ / / / |/| | | | | ||||
| | | | * | Implement SetLcdForceBlack, move register enum to hw.h | archshift | 2015-03-05 | |
| |_|_|/ |/| | | | ||||
* | | | | Merge pull request #615 from Subv/services | bunnei | 2015-03-04 | |
|\ \ \ \ | | | | | | | | | | | Services: Moved the PTM and APT services to their own folder | |||
| * | | | | Services: Moved the PTM and APT services to their own folder | Subv | 2015-03-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | | | | | Merge pull request #625 from lioncash/warn | bunnei | 2015-03-03 | |
|\ \ \ \ \ | | | | | | | | | | | | | vfp: Get rid of warnings | |||
| * | | | | | vfp: Get rid of warnings | Lioncash | 2015-03-03 | |
| | | | | | | ||||
* | | | | | | GPU: Added RGB565/RGB8 framebuffer support and various cleanups. | bunnei | 2015-03-03 | |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | - Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger. | |||
* | | | | | Merge pull request #622 from Subv/titles | Yuri Kunde Schlesner | 2015-03-02 | |
|\ \ \ \ \ | | | | | | | | | | | | | Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. | |||
| * | | | | | Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. | Subv | 2015-03-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They will always return 0 titles for every media type for now. This is needed to boot Home Menu further | |||
* | | | | | | Merge pull request #623 from Subv/card | bunnei | 2015-03-01 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Services/FS: Stubbed CardSlotIsInserted to always return false | |||
* \ \ \ \ \ \ | Merge pull request #618 from lioncash/ref | bunnei | 2015-03-01 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | result: Make comparison operators take references |