summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #538 from yuriks/perf-statGravatar Tony Wasserka2015-03-071-0/+6
|\
| * Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-011-0/+6
* | Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-0339-1098/+1186
* | Merge pull request #622 from Subv/titlesGravatar Yuri Kunde Schlesner2015-03-021-8/+45
|\ \
| * | Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList.Gravatar Subv2015-03-021-8/+45
| |/
* | Merge pull request #623 from Subv/cardGravatar bunnei2015-03-011-1/+25
|\ \
| * | Services/FS: Stubbed CardSlotIsInserted to always return falseGravatar Subv2015-02-281-1/+25
| |/
* | Merge pull request #618 from lioncash/refGravatar bunnei2015-03-011-2/+2
|\ \
| * | result: Make comparison operators take referencesGravatar Lioncash2015-02-271-2/+2
| |/
* / Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff.Gravatar Subv2015-02-281-1/+13
|/
* Merge pull request #604 from Subv/arc_ssdGravatar Yuri Kunde Schlesner2015-02-252-26/+42
|\
| * Archives: Properly implemented the SystemSaveData archive.Gravatar Subv2015-02-252-26/+42
* | Services: Implemented Y2R_U::GetTransferEndEventGravatar Subv2015-02-241-1/+18
|/
* 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