summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \ | |/ |/|
| * shared_memory: Fix assignments in SharedMemory::MapGravatar Lioncash2015-01-302-4/+4
* | archive: Fix initializer list order for the File class.Gravatar Lioncash2015-01-301-1/+1
* | apt_u: Fix missing printf specifiersGravatar Lioncash2015-01-301-2/+2
|/
* Kernel: Mark all appropriate kernel objects as "final"Gravatar Yuri Kunde Schlesner2015-01-307-8/+7
* SVC: Use CASCADE_RESULT in SVC handlersGravatar Yuri Kunde Schlesner2015-01-302-77/+32
* Remove result.h InvalidHandleGravatar Yuri Kunde Schlesner2015-01-304-30/+32
* SVC: Change return type of handlers to ResultCodeGravatar Yuri Kunde Schlesner2015-01-302-132/+127