aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service
Commit message (Expand)AuthorAge
...
* | 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
* | | 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
| |/ |/|
| * Services: Stub some functionsGravatar purpasmart962015-02-07
* | Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-02
* | HID: Fix crash when pressing a key when the emulator is stoppedGravatar Yuri Kunde Schlesner2015-02-02
* | FS: Remove use of GetHandleGravatar 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
* | Make Port/Service registration and querying more HW-accurateGravatar Yuri Kunde Schlesner2015-02-02
* | Filesys: Move creation of Handles for File/Directory to service handlersGravatar Yuri Kunde Schlesner2015-02-02
|/
* archive: Fix initializer list order for the File class.Gravatar Lioncash2015-01-30
* apt_u: Fix missing printf specifiersGravatar Lioncash2015-01-30
* Remove result.h InvalidHandleGravatar Yuri Kunde Schlesner2015-01-30
* Kernel: Convert Event to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
* Kernel: Convert Mutex to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
* Kernel: Convert SharedMemory to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
* Merge pull request #345 from purpasmart96/apt_stubsGravatar bunnei2015-01-26
|\
* \ Merge pull request #485 from Subv/more_servsGravatar bunnei2015-01-25
|\ \
| * | Services/HID: Removed some files due to a rebase errorGravatar Subv2015-01-24
| * | Services: Stubbed more services.Gravatar Subv2015-01-24
| | * APT_U: Stub some functions & misc changesGravatar purpasmart962015-01-22
* | | cam_u.h: fix indentationGravatar archshift2015-01-22
|/ /
* | Merge pull request #493 from archshift/ptmplayGravatar bunnei2015-01-22
|\ \
* | | Event: Fixed some bugs and cleanup (Subv)Gravatar bunnei2015-01-21
* | | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21
| * | Stubbed cam:u serviceGravatar archshift2015-01-21
| * | Stubbed ptm:play serviceGravatar archshift2015-01-21
|/ /
* | core: Fix a few docstringsGravatar Lioncash2015-01-20
* | Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectivelyGravatar archshift2015-01-18
|/
* APT: Fix typo in setting return code for NotifyToWaitGravatar bunnei2015-01-15
* DSP: Removed useless spam log for SignalInterruptGravatar bunnei2015-01-15
* Merge pull request #482 from yuriks/fix-vblankGravatar bunnei2015-01-15
|\
* | APT: Fixed the comment style in some variablesGravatar Sebastian Valle2015-01-14
| * GSP: Fix appending of interrupts to the shared memory bufferGravatar Yuri Kunde Schlesner2015-01-14
| * GSP: Update framebuffer info on all interruptsGravatar Yuri Kunde Schlesner2015-01-14
| * GPU: Fire GPU interrupts at the correct places.Gravatar Yuri Kunde Schlesner2015-01-14
* | APTU: Stubbed NotifyToWait, taken from 3dmoo.Gravatar Subv2015-01-13
|/
* Services: Added some missing services.Gravatar Subv2015-01-13
* Fix building on MinGWGravatar darkf2015-01-11