summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #595 from linkmauve/new-3ds-inputGravatar bunnei2015-02-231-0/+19
|\
| * Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-221-0/+19
* | Merge pull request #581 from archshift/tfeGravatar bunnei2015-02-231-1/+164
|\ \ | |/ |/|
| * Added information reporting from ThrowFatalErrorGravatar archshift2015-02-221-1/+164
* | Merge pull request #588 from archshift/somebranchGravatar bunnei2015-02-201-2/+3
|\ \
| * | Misc cleanup of common and related functionsGravatar archshift2015-02-191-2/+3
| |/
* / Convert a few C stdlib asserts to Citra's own assertsGravatar archshift2015-02-181-6/+4
|/
* GPU: Properly implement memory fills.Gravatar Tony Wasserka2015-02-182-17/+21
* Merge pull request #570 from purpasmart96/config_memGravatar bunnei2015-02-184-50/+58
|\
| * ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-164-50/+58
* | Services: Fixed "Tried to connect to named port err:f".Gravatar Subv2015-02-161-1/+1
* | Merge pull request #529 from Subv/masterGravatar bunnei2015-02-146-40/+56
|\ \
| * | Build: Fixed some warningsGravatar Subv2015-02-126-40/+56
| |/
* / core: Apply static to local functionsGravatar Lioncash2015-02-135-17/+18
|/
* Implemented WriteHWRegsWithMask for GSP.Gravatar Kevin Hartman2015-02-111-6/+91
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-1054-72/+27
* 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-103-8/+188
|\ \
| * | Services: Stub some functionsGravatar purpasmart962015-02-073-8/+188
* | | 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-103-29/+35
* | | FS: Get rid of completely useless Archive classGravatar Yuri Kunde Schlesner2015-02-101-36/+26
* | | Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-094-228/+267
| |/ |/|
* | Mutex: Locks should be recursive.Gravatar bunnei2015-02-092-16/+20
* | WaitSynch: Always reschedule (verified behavior on hw).Gravatar bunnei2015-02-091-4/+4
* | core: Fix some warnings on OSXGravatar Lioncash2015-02-031-1/+0
* | 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-0216-8/+50
* | 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
* | Make Port/Service registration and querying more HW-accurateGravatar Yuri Kunde Schlesner2015-02-024-106/+80
* | Filesys: Move creation of Handles for File/Directory to service handlersGravatar Yuri Kunde Schlesner2015-02-023-32/+33
* | arm: Clean up ARMul_StateGravatar Lioncash2015-01-311-1/+1
* | Merge pull request #512 from lioncash/assignmentGravatar Tony Wasserka2015-01-312-4/+4
|\ \ | |/ |/|