summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | vfp: Get rid of the VFP_OFFSET macroGravatar Lioncash2015-04-065-64/+69
|/ / /
* | | Merge pull request #685 from lioncash/cpregsGravatar bunnei2015-04-069-134/+217
|\ \ \
| * | | core: Migrate 3DS-specific CP15 register setting into InitGravatar Lioncash2015-04-062-8/+5
| * | | arm_interface: Support retrieval/storage to CP15 registersGravatar Lioncash2015-04-063-0/+25
| * | | Move CP15 enum definitions into their own enum.Gravatar Lioncash2015-04-065-168/+163
| * | | dyncom: Properly return the value of the user RO thread registerGravatar Lioncash2015-04-062-4/+10
| * | | dyncom: Set CP15 reset values on initializationGravatar Lioncash2015-04-061-0/+60
* | | | Merge pull request #684 from lioncash/uninitGravatar Yuri Kunde Schlesner2015-04-061-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | dyncom: Suppress uninitialized variable warningsGravatar Lioncash2015-04-051-4/+4
|/ / /
* | | Merge pull request #682 from yuriks/virtmem2Gravatar bunnei2015-04-053-27/+27
|\ \ \
| * | | Clean-up mem_map constants and fix framebuffer translation errorsGravatar Yuri Kunde Schlesner2015-04-053-27/+27
* | | | Merge pull request #681 from Zaneo/masterGravatar archshift2015-04-052-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Changed occurences of colour to color for consistencyGravatar Gareth Higgins2015-04-052-4/+4
|/ / /
* | | Merge pull request #680 from archshift/bg-colorGravatar bunnei2015-04-045-1/+32
|\ \ \ | |/ / |/| |
| * | Allow the user to set the background clear color during emulationGravatar archshift2015-04-035-1/+32
* | | Merge pull request #641 from purpasmart96/service_stubsGravatar bunnei2015-04-0320-68/+409
|\ \ \ | |/ / |/| |
| * | Services: Stubs and minor changesGravatar purpasmart962015-04-0220-68/+409
* | | Merge pull request #677 from lioncash/cp15Gravatar bunnei2015-04-024-141/+525
|\ \ \
| * | | 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 #678 from lioncash/disasmGravatar bunnei2015-03-311-2/+1
|\ \ \
| * | | callstack: Remove unnecessary disassembler instantiationGravatar Lioncash2015-03-301-2/+1
| |/ /
* | | Merge pull request #679 from lioncash/constGravatar bunnei2015-03-313-8/+5
|\ \ \ | |/ / |/| |
| * | disassembler: Get rid of a const_castGravatar Lioncash2015-03-303-8/+5
|/ /
* | 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
| |/
* | Merge pull request #673 from lioncash/cleanupGravatar bunnei2015-03-242-39/+2
|\ \ | |/ |/|
| * 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
* | Merge pull request #669 from lioncash/cruftGravatar bunnei2015-03-221-30/+20
|\ \
| * | 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 #667 from archshift/wutGravatar archshift2015-03-191-4/+5
|\ \ \
| * | | Remove mysterious spaces that were added by `git show --format`Gravatar archshift2015-03-191-4/+5
|/ / /
* | | Merge pull request #665 from archshift/appveyor-sigh-Gravatar archshift2015-03-171-2/+2
|\ \ \
| * | | Strip newlines on the build name before trying to upload.Gravatar archshift2015-03-171-2/+2
|/ / /
* | | Merge pull request #635 from archshift/buildsGravatar bunnei2015-03-176-48/+65
|\ \ \
| * | | CI: upload builds to builds.citra-emu.org instead of MEGAGravatar archshift2015-03-166-48/+65
| |/ /
* | | 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
|\ \ \ \