aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* | 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
* | | | vfpdouble: Fix the FTOUI NaN sign settingGravatar Lioncash2015-02-09
* | | | Throw more unused/unnecessary VFP code outGravatar Lioncash2015-02-09
* | | | vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffGravatar Lioncash2015-02-09
* | | | vfp_helper: Normalize tabs to spacesGravatar Lioncash2015-02-09
|/ / /
| * | Services: Stub some functionsGravatar purpasmart962015-02-07
* | | vfp_helper: Remove unnecessary extern C blocksGravatar Lioncash2015-02-06
* | | vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Gravatar Lioncash2015-02-06
* | | Merge pull request #537 from lioncash/vfpGravatar bunnei2015-02-04
|\ \ \
* \ \ \ Merge pull request #536 from lioncash/deadGravatar bunnei2015-02-04
|\ \ \ \
| | * | | vfp: Fix VCVTGravatar Lioncash2015-02-04
| |/ / / |/| | |
| * | | vfp: Throw out unused codeGravatar Lioncash2015-02-04
* | | | dyncom: Remove more unnecessary codeGravatar Lioncash2015-02-03
|/ / /
* | | core: Fix some warnings on OSXGravatar Lioncash2015-02-03
* | | Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-02
* | | Kernel: Make WaitObjects share ownership of Threads waiting on themGravatar Yuri Kunde Schlesner2015-02-02
* | | Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-02
* | | Mutex: Replace g_mutex_held_locks with a set inside ThreadGravatar Yuri Kunde Schlesner2015-02-02
* | | HID: Fix crash when pressing a key when the emulator is stoppedGravatar Yuri Kunde Schlesner2015-02-02
* | | SVC: Enable CloseHandle, clean up DuplicateHandleGravatar Yuri Kunde Schlesner2015-02-02
* | | Kernel: Fix bug in HandleTable::CloseGravatar Yuri Kunde Schlesner2015-02-02
* | | Kernel: Remove Object::GetHandle (it's not used anymore :D)Gravatar Yuri Kunde Schlesner2015-02-02
* | | Kernel: Introduce unique Object ids for debuggingGravatar Yuri Kunde Schlesner2015-02-02
* | | Kernel: Use separate Handle tables for CoreTiming userdataGravatar Yuri Kunde Schlesner2015-02-02
* | | Kernel: Remove previous scheduled event when a Timer is re-SetGravatar Yuri Kunde Schlesner2015-02-02