summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2015-03-07Merge pull request #538 from yuriks/perf-statTony Wasserka
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-03-02Merge pull request #622 from Subv/titlesYuri Kunde Schlesner
2015-03-02Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList.Subv
2015-03-01Merge pull request #623 from Subv/cardbunnei
2015-03-01Merge pull request #618 from lioncash/refbunnei
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-28Services/FS: Stubbed CardSlotIsInserted to always return falseSubv
2015-02-28Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff.Subv
2015-02-27result: Make comparison operators take referencesLioncash
2015-02-25Merge pull request #604 from Subv/arc_ssdYuri Kunde Schlesner
2015-02-25Archives: Properly implemented the SystemSaveData archive.Subv
2015-02-24Services: Implemented Y2R_U::GetTransferEndEventSubv
2015-02-23Merge pull request #595 from linkmauve/new-3ds-inputbunnei
2015-02-23Merge pull request #581 from archshift/tfebunnei
2015-02-22Added information reporting from ThrowFatalErrorarchshift
2015-02-22Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot
2015-02-20Merge pull request #588 from archshift/somebranchbunnei
2015-02-19Misc cleanup of common and related functionsarchshift
2015-02-18Convert a few C stdlib asserts to Citra's own assertsarchshift
2015-02-18GPU: Properly implement memory fills.Tony Wasserka
2015-02-18Merge pull request #570 from purpasmart96/config_membunnei
2015-02-16ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart96
2015-02-16Services: Fixed "Tried to connect to named port err:f".Subv
2015-02-14Merge pull request #529 from Subv/masterbunnei
2015-02-13core: Apply static to local functionsLioncash
2015-02-12Build: Fixed some warningsSubv
2015-02-11Implemented WriteHWRegsWithMask for GSP.Kevin Hartman
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-10GSP: Fixed typo in SignalInterruptbunnei
2015-02-10Merge pull request #552 from bunnei/setbufferswap-fixbunnei
2015-02-10GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.bunnei
2015-02-10Merge pull request #526 from purpasmart96/citra_stubsbunnei
2015-02-10PTM: Fixed a problem with the gamecoin PTM file.Subv
2015-02-10Archives: Made the Format function more generic.Subv
2015-02-10Archives: Expose the File and Directory classes to HLESubv
2015-02-10ResultVal: Fixed compilation when reassigning a ResultVal.Subv
2015-02-10FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner
2015-02-10FS: Get rid of completely useless Archive classYuri Kunde Schlesner
2015-02-09Scheduler refactor Pt. 1Kevin Hartman
2015-02-09Mutex: Locks should be recursive.bunnei
2015-02-09WaitSynch: Always reschedule (verified behavior on hw).bunnei
2015-02-07Services: Stub some functionspurpasmart96
2015-02-03core: Fix some warnings on OSXLioncash
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02Kernel: Make WaitObjects share ownership of Threads waiting on themYuri Kunde Schlesner
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner
2015-02-02Mutex: Replace g_mutex_held_locks with a set inside ThreadYuri Kunde Schlesner
2015-02-02HID: Fix crash when pressing a key when the emulator is stoppedYuri Kunde Schlesner
2015-02-02SVC: Enable CloseHandle, clean up DuplicateHandleYuri Kunde Schlesner