summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | vfp_helper: Remove unnecessary extern C blocksGravatar Lioncash2015-02-061-17/+1
* | vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Gravatar Lioncash2015-02-063-150/+104
* | Merge pull request #537 from lioncash/vfpGravatar bunnei2015-02-041-6/+6
|\ \
| * | vfp: Fix VCVTGravatar Lioncash2015-02-041-6/+6
* | | Merge pull request #536 from lioncash/deadGravatar bunnei2015-02-042-1765/+0
|\ \ \ | |/ / |/| |
| * | vfp: Throw out unused codeGravatar Lioncash2015-02-042-1765/+0
* | | dyncom: Remove more unnecessary codeGravatar Lioncash2015-02-031-45/+3
|/ /
* | core: Fix some warnings on OSXGravatar Lioncash2015-02-034-6/+5
* | Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-0218-57/+41
* | Kernel: Make WaitObjects share ownership of Threads waiting on themGravatar Yuri Kunde Schlesner2015-02-026-12/+17
* | Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-0217-8/+51
* | Mutex: Replace g_mutex_held_locks with a set inside ThreadGravatar Yuri Kunde Schlesner2015-02-023-23/+18
* | HID: Fix crash when pressing a key when the emulator is stoppedGravatar Yuri Kunde Schlesner2015-02-021-0/+2
* | SVC: Enable CloseHandle, clean up DuplicateHandleGravatar Yuri Kunde Schlesner2015-02-021-9/+5
* | Kernel: Fix bug in HandleTable::CloseGravatar Yuri Kunde Schlesner2015-02-021-1/+1
* | Kernel: Remove Object::GetHandle (it's not used anymore :D)Gravatar Yuri Kunde Schlesner2015-02-022-9/+1
* | Kernel: Introduce unique Object ids for debuggingGravatar Yuri Kunde Schlesner2015-02-024-8/+16
* | Kernel: Use separate Handle tables for CoreTiming userdataGravatar Yuri Kunde Schlesner2015-02-024-18/+25
* | Kernel: Remove previous scheduled event when a Timer is re-SetGravatar Yuri Kunde Schlesner2015-02-021-0/+3
* | FS: Remove use of GetHandleGravatar Yuri Kunde Schlesner2015-02-021-1/+1
* | Thread: Modernize two functions that slipped through previous rebasesGravatar Yuri Kunde Schlesner2015-02-024-18/+16
* | Service: Store function names as const char* instead of std::stringGravatar Yuri Kunde Schlesner2015-02-021-6/+6
* | Service: Clean-up InterfaceGravatar Yuri Kunde Schlesner2015-02-0246-67/+54