summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-up mem_map constants and fix framebuffer translation errorsGravatar Yuri Kunde Schlesner2015-04-053-27/+27
* Merge pull request #680 from archshift/bg-colorGravatar bunnei2015-04-041-0/+5
|\
| * Allow the user to set the background clear color during emulationGravatar archshift2015-04-031-0/+5
* | Merge pull request #641 from purpasmart96/service_stubsGravatar bunnei2015-04-0318-68/+405
|\ \ | |/ |/|
| * Services: Stubs and minor changesGravatar purpasmart962015-04-0218-68/+405
* | dyncom: Move CP15 register writing into its own function.Gravatar Lioncash2015-04-024-88/+265
* | dyncom: Move CP15 register reading into its own function.Gravatar Lioncash2015-04-024-49/+253
* | dyncom: Migrate InAPrivilegedMode to armsuppGravatar Lioncash2015-03-263-4/+7
* | Merge pull request #672 from purpasmart96/citra_moar_app_memGravatar bunnei2015-03-241-2/+2
|\ \
| * | ConfigMem: Set the app memory to be 96MB instead of the default 64MBGravatar purpasmart962015-03-231-2/+2
| |/
* | Merge pull request #674 from lioncash/sys-instrsGravatar bunnei2015-03-241-2/+62
|\ \
| * | dyncom: Implement SRSGravatar Lioncash2015-03-241-1/+32
| * | dyncom: Implement RFEGravatar Lioncash2015-03-241-1/+30
| |/
* / dyncom: Remove unused/unnecessary macros and macro constantsGravatar Lioncash2015-03-242-39/+2
|/
* Merge pull request #656 from Subv/nzGravatar bunnei2015-03-227-26/+265
|\
| * Service/FS: Document and log some unknown values.Gravatar Subv2015-03-191-1/+26
| * Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...Gravatar Subv2015-03-147-26/+240
* | armmmu: Remove unnecessary enum valuesGravatar Lioncash2015-03-201-30/+20
* | Merge pull request #659 from lioncash/setendGravatar bunnei2015-03-197-83/+240
|\ \
| * | dyncom: Make Load/Store instructions support big endianGravatar Lioncash2015-03-177-82/+205
| * | dyncom: Implement SETENDGravatar Lioncash2015-03-141-1/+35
* | | Merge pull request #650 from Subv/scalingGravatar bunnei2015-03-172-5/+16
|\ \ \
| * | | GPU/DisplayTransfer: Made the scaling bits a single 2bit valueGravatar Subv2015-03-162-6/+17
| * | | GPU: Fixed the bit 25 in the display transfer flags.Gravatar Subv2015-03-102-5/+5
* | | | Merge pull request #655 from purpasmart96/hid_fixesGravatar bunnei2015-03-174-12/+72
|\ \ \ \
| * | | | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongGravatar purpasmart962015-03-164-12/+72
| | |_|/ | |/| |
* | | | Merge pull request #660 from purpasmart96/ncch_updatesGravatar bunnei2015-03-161-11/+14
|\ \ \ \
| * | | | NCCH: Minor updates to the ncch headerGravatar purpasmart962015-03-151-11/+14
| |/ / /
* | | | arm_interface: Get rid of GetTicks.Gravatar Lioncash2015-03-165-17/+6
* | | | GPU: Implemented the flip_data (bit 0) bit in display transfers.Gravatar Subv2015-03-142-6/+15
|/ / /
* | | Merge pull request #642 from bunnei/touchpadGravatar bunnei2015-03-114-130/+140
|\ \ \ | |_|/ |/| |
| * | hid_user: Removed unnecessary includes.Gravatar bunnei2015-03-111-2/+0
| * | HID: Removed unnecessary global variables.Gravatar bunnei2015-03-112-58/+42
| * | HID: Added additional variable comments and some code cleanups.Gravatar bunnei2015-03-102-20/+29
| * | HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-103-111/+32
| * | HID: Cleanup how `next_touch_index` is calculated for Pad and touch.Gravatar bunnei2015-03-101-2/+2
| * | HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.Gravatar bunnei2015-03-102-4/+4
| * | HID: Added static asserts to check register position in shared memory.Gravatar bunnei2015-03-101-2/+16
| * | HID: Added functions to emulate the touchpad.Gravatar bunnei2015-03-102-0/+61
| * | HID: Moved some docstrings to the header.Gravatar bunnei2015-03-102-24/+16
| * | HID: Refactored shared memory decoding for touchpad support.Gravatar bunnei2015-03-102-33/+64
* | | Merge pull request #629 from archshift/lcdfbGravatar bunnei2015-03-108-41/+232
|\ \ \ | |/ / |/| |
| * | Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-097-26/+184
| * | Implement SetLcdForceBlack, move register enum to hw.hGravatar archshift2015-03-054-36/+69
* | | dyncom: Minor cleanupGravatar Lioncash2015-03-101-26/+7
| |/ |/|
* | Merge pull request #648 from Subv/fill_bitGravatar Tony Wasserka2015-03-091-1/+1
|\ \
| * | GPU: Use the correct position for the finished bit in memory fillsGravatar Subv2015-03-091-1/+1
* | | Merge pull request #646 from Subv/24bit_fillsGravatar Tony Wasserka2015-03-092-5/+5
|\ \ \
| * | | GPU: Corrected the 24 bit memory fills component orderGravatar Subv2015-03-092-5/+5
| |/ /
* | | Merge pull request #589 from kevinhartman/config-errorsGravatar bunnei2015-03-091-5/+10
|\ \ \