aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle
Commit message (Expand)AuthorAge
* Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-01
* Merge pull request #604 from Subv/arc_ssdGravatar Yuri Kunde Schlesner2015-02-25
|\
| * Archives: Properly implemented the SystemSaveData archive.Gravatar Subv2015-02-25
* | Services: Implemented Y2R_U::GetTransferEndEventGravatar Subv2015-02-24
|/
* Merge pull request #595 from linkmauve/new-3ds-inputGravatar bunnei2015-02-23
|\
* \ Merge pull request #581 from archshift/tfeGravatar bunnei2015-02-23
|\ \
| * | Added information reporting from ThrowFatalErrorGravatar archshift2015-02-22
| | * Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-22
| |/ |/|
* | Merge pull request #588 from archshift/somebranchGravatar bunnei2015-02-20
|\ \
| * | Misc cleanup of common and related functionsGravatar archshift2015-02-19
| |/
* / Convert a few C stdlib asserts to Citra's own assertsGravatar archshift2015-02-18
|/
* GPU: Properly implement memory fills.Gravatar Tony Wasserka2015-02-18
* Merge pull request #570 from purpasmart96/config_memGravatar bunnei2015-02-18
|\
| * ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-16
* | Services: Fixed "Tried to connect to named port err:f".Gravatar Subv2015-02-16
* | Merge pull request #529 from Subv/masterGravatar bunnei2015-02-14
|\ \
* | | core: Apply static to local functionsGravatar Lioncash2015-02-13
| |/ |/|
| * Build: Fixed some warningsGravatar Subv2015-02-12
|/
* Implemented WriteHWRegsWithMask for GSP.Gravatar Kevin Hartman2015-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
|\ \
* | | 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
* | | Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-09
| |/ |/|
* | Mutex: Locks should be recursive.Gravatar bunnei2015-02-09
* | WaitSynch: Always reschedule (verified behavior on hw).Gravatar bunnei2015-02-09
| * Services: Stub some functionsGravatar purpasmart962015-02-07
* | 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
* | FS: Remove use of GetHandleGravatar Yuri Kunde Schlesner2015-02-02
* | Thread: Modernize two functions that slipped through previous rebasesGravatar Yuri Kunde Schlesner2015-02-02
* | Service: Store function names as const char* instead of std::stringGravatar Yuri Kunde Schlesner2015-02-02
* | Service: Clean-up InterfaceGravatar Yuri Kunde Schlesner2015-02-02