summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #579 from lioncash/bkptGravatar bunnei2015-02-172-2/+28
|\
| * dyncom: Support conditional BKPT instructionsGravatar Lioncash2015-02-172-2/+28
* | Services: Fixed "Tried to connect to named port err:f".Gravatar Subv2015-02-161-1/+1
* | Merge pull request #574 from lioncash/warnGravatar bunnei2015-02-161-2/+2
|\ \ | |/ |/|
| * vfpdouble: Use %p for printing pointer addresses.Gravatar Lioncash2015-02-151-2/+2
* | dyncom: Actually set the destination register for USAD8/USADA8.Gravatar Lioncash2015-02-161-0/+1
|/
* Merge pull request #539 from linkmauve/framebuffer-formatsGravatar bunnei2015-02-151-0/+19
|\
| * video_core: Implement the remaining framebuffer formats in the OpenGL renderer.Gravatar Emmanuel Gil Peyrot2015-02-151-0/+19
* | arm: Set the A bit on reset.Gravatar Lioncash2015-02-151-1/+1
|/
* Merge pull request #529 from Subv/masterGravatar bunnei2015-02-148-46/+64
|\
| * Build: Fixed some warningsGravatar Subv2015-02-128-46/+64
* | core: Apply static to local functionsGravatar Lioncash2015-02-1311-245/+252
* | arm: General cleanupGravatar Lioncash2015-02-1313-227/+116
* | dyncom: Switch the app and system cores into the correct mode at initializationGravatar Lioncash2015-02-125-17/+21
* | dyncom: Clean up the constructorGravatar Lioncash2015-02-123-16/+7
* | dyncom: Remove warning for SXTAHGravatar Lioncash2015-02-121-1/+0
* | arm: Remove ARMul_EmulateInitGravatar Lioncash2015-02-124-55/+1
* | armdefs: Remove unnecessary extern CGravatar Lioncash2015-02-121-6/+0
|/
* Implemented WriteHWRegsWithMask for GSP.Gravatar Kevin Hartman2015-02-111-6/+91
* arm: Remove ARM26 support.Gravatar Lioncash2015-02-112-45/+4
* Merge pull request #559 from lioncash/cleanGravatar bunnei2015-02-114-24/+40
|\
| * arm: Get rid of some magic constants. Specify proper ARM mode.Gravatar Lioncash2015-02-113-3/+10
| * arm: Change some more constants into enumsGravatar Lioncash2015-02-112-21/+30
* | Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-1059-77/+33
* | GSP: Fixed typo in SignalInterruptGravatar bunnei2015-02-101-1/+1
* | Merge pull request #552 from bunnei/setbufferswap-fixGravatar bunnei2015-02-101-4/+3
|\ \
| * | GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.Gravatar bunnei2015-02-101-4/+3
* | | Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-104-8/+191
|\ \ \
| * | | Services: Stub some functionsGravatar purpasmart962015-02-074-8/+191
* | | | Merge pull request #556 from lioncash/cleanGravatar bunnei2015-02-104-28/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | arm: Remove TRUE/FALSE definesGravatar Lioncash2015-02-104-28/+19
* | | | Merge pull request #555 from lioncash/lutGravatar bunnei2015-02-101-7/+7
|\ \ \ \
| * | | | arm_dyncom_thumb: Make lookup tables staticGravatar Lioncash2015-02-101-7/+7
| |/ / /
* | | | PTM: Fixed a problem with the gamecoin PTM file.Gravatar Subv2015-02-101-21/+13
* | | | Archives: Made the Format function more generic.Gravatar Subv2015-02-103-9/+10
* | | | Archives: Expose the File and Directory classes to HLEGravatar Subv2015-02-103-58/+62
* | | | ResultVal: Fixed compilation when reassigning a ResultVal.Gravatar Subv2015-02-101-3/+3
* | | | FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-1019-159/+199
* | | | FS: Get rid of completely useless Archive classGravatar Yuri Kunde Schlesner2015-02-101-36/+26
|/ / /
* | | Merge pull request #553 from lioncash/denormGravatar bunnei2015-02-102-0/+6
|\ \ \
| * | | vfp: Normalize accumulator for multiply accumulate instructionsGravatar Lioncash2015-02-102-0/+6
* | | | dyncom: Add more regs to MCR/MRCGravatar Lioncash2015-02-102-18/+35
|/ / /
* | / Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-097-284/+287
| |/ |/|
* | Merge pull request #551 from bunnei/mutex-fixesGravatar bunnei2015-02-093-20/+24
|\ \
| * | Mutex: Locks should be recursive.Gravatar bunnei2015-02-092-16/+20
| * | WaitSynch: Always reschedule (verified behavior on hw).Gravatar bunnei2015-02-091-4/+4
* | | vfpdouble: Fix the FTOUI NaN sign settingGravatar Lioncash2015-02-091-1/+1
* | | Throw more unused/unnecessary VFP code outGravatar Lioncash2015-02-093-215/+1
* | | vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffGravatar Lioncash2015-02-094-192/+153
* | | vfp_helper: Normalize tabs to spacesGravatar Lioncash2015-02-091-172/+170
|/ /