aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* GPU: Properly implement memory fills.Gravatar Tony Wasserka2015-02-18
* Merge pull request #570 from purpasmart96/config_memGravatar bunnei2015-02-18
|\
* \ Merge pull request #582 from lioncash/warningsGravatar bunnei2015-02-17
|\ \
* \ \ Merge pull request #579 from lioncash/bkptGravatar bunnei2015-02-17
|\ \ \
| | * | vfpinstr: Fix trivial signed/unsigned mismatch warningsGravatar Lioncash2015-02-17
| |/ / |/| |
| * | dyncom: Support conditional BKPT instructionsGravatar Lioncash2015-02-17
| | * ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-16
* | | Services: Fixed "Tried to connect to named port err:f".Gravatar Subv2015-02-16
* | | Merge pull request #574 from lioncash/warnGravatar bunnei2015-02-16
|\ \ \ | |/ / |/| |
* | | dyncom: Actually set the destination register for USAD8/USADA8.Gravatar Lioncash2015-02-16
| * | vfpdouble: Use %p for printing pointer addresses.Gravatar Lioncash2015-02-15
|/ /
* | Merge pull request #539 from linkmauve/framebuffer-formatsGravatar bunnei2015-02-15
|\ \
| * | video_core: Implement the remaining framebuffer formats in the OpenGL renderer.Gravatar Emmanuel Gil Peyrot2015-02-15
* | | arm: Set the A bit on reset.Gravatar Lioncash2015-02-15
|/ /
* | Merge pull request #529 from Subv/masterGravatar bunnei2015-02-14
|\ \
* | | core: Apply static to local functionsGravatar Lioncash2015-02-13
* | | arm: General cleanupGravatar Lioncash2015-02-13
| |/ |/|
* | dyncom: Switch the app and system cores into the correct mode at initializationGravatar Lioncash2015-02-12
* | dyncom: Clean up the constructorGravatar Lioncash2015-02-12
* | dyncom: Remove warning for SXTAHGravatar Lioncash2015-02-12
* | arm: Remove ARMul_EmulateInitGravatar Lioncash2015-02-12
| * Build: Fixed some warningsGravatar Subv2015-02-12
* | armdefs: Remove unnecessary extern CGravatar Lioncash2015-02-12
|/
* Implemented WriteHWRegsWithMask for GSP.Gravatar Kevin Hartman2015-02-11
* arm: Remove ARM26 support.Gravatar Lioncash2015-02-11
* Merge pull request #559 from lioncash/cleanGravatar bunnei2015-02-11
|\
| * arm: Get rid of some magic constants. Specify proper ARM mode.Gravatar Lioncash2015-02-11
| * arm: Change some more constants into enumsGravatar Lioncash2015-02-11
* | Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
* | GSP: Fixed typo in SignalInterruptGravatar bunnei2015-02-10
* | Merge pull request #552 from bunnei/setbufferswap-fixGravatar bunnei2015-02-10
|\ \
| * | GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.Gravatar bunnei2015-02-10
* | | Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-10
|\ \ \
* \ \ \ Merge pull request #556 from lioncash/cleanGravatar bunnei2015-02-10
|\ \ \ \ | | |_|/ | |/| |
* | | | Merge pull request #555 from lioncash/lutGravatar bunnei2015-02-10
|\ \ \ \
| | * | | arm: Remove TRUE/FALSE definesGravatar Lioncash2015-02-10
* | | | | PTM: Fixed a problem with the gamecoin PTM file.Gravatar Subv2015-02-10
* | | | | Archives: Made the Format function more generic.Gravatar Subv2015-02-10
* | | | | Archives: Expose the File and Directory classes to HLEGravatar Subv2015-02-10
* | | | | ResultVal: Fixed compilation when reassigning a ResultVal.Gravatar Subv2015-02-10
* | | | | FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-10
* | | | | FS: Get rid of completely useless Archive classGravatar Yuri Kunde Schlesner2015-02-10
| |/ / / |/| | |
| * | | arm_dyncom_thumb: Make lookup tables staticGravatar Lioncash2015-02-10
|/ / /
* | | Merge pull request #553 from lioncash/denormGravatar bunnei2015-02-10
|\ \ \
* | | | dyncom: Add more regs to MCR/MRCGravatar Lioncash2015-02-10
| * | | vfp: Normalize accumulator for multiply accumulate instructionsGravatar Lioncash2015-02-10
|/ / /
* | / Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-09
| |/ |/|
* | Merge pull request #551 from bunnei/mutex-fixesGravatar bunnei2015-02-09
|\ \
| * | Mutex: Locks should be recursive.Gravatar bunnei2015-02-09
| * | WaitSynch: Always reschedule (verified behavior on hw).Gravatar bunnei2015-02-09