summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-13file_sys: add Self NCCH archivewwylele1-0/+4
2016-12-05Return an error code when connecting to a saturated port.Subv1-0/+1
2016-11-29FileSys: Implement OtherSaveDatawwylele1-0/+1
2016-11-19FileSys: add SDMCWriteOnlyArchivewwylele1-0/+1
2016-11-19FileSys: add ExtSaveDataArchivewwylele1-0/+1
2016-11-19FileSys: add SaveDataArchivewwylele1-0/+7
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-40/+60
2016-07-04Fix the errorcode of archive handleJamePeng1-0/+1
2016-06-30Result: fix and update ErrorModulewwylele1-6/+19
2016-06-01gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueuemailwl1-0/+1
2016-05-13Kernel: Implemented shared memory permissions.Subv1-0/+1
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-1/+0
2016-04-27DSP_DSP: Add return IPC headersMerryMage1-0/+1
2016-03-31GSP: Return proper error codes for register writespurpasmart961-0/+1
2016-03-20HLE/FS: Implemented GetFormatInfoSubv1-0/+1
2016-03-20HLE/FS: Return the proper error codes on file Read/Write operations.Subv1-0/+1
2016-03-20HLE/FS: Corrected the error codes for CreateFileSubv1-1/+3
2016-03-05core: Use unrestricted union to hold storage of ResultVal valueYuri Kunde Schlesner1-42/+16
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage1-4/+4
2016-01-14HLE/SVC: Implement UnmapMemoryBlock.Subv1-0/+1
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot1-1/+1
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+1
2015-02-28result: Make comparison operators take referencesLioncash1-2/+2
2015-02-19Convert a few C stdlib asserts to Citra's own assertsarchshift1-6/+4
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
2015-02-10ResultVal: Fixed compilation when reassigning a ResultVal.Subv1-3/+3
2015-01-30Remove result.h InvalidHandleYuri Kunde Schlesner1-5/+0
2015-01-30Additions to ResultVal to make it more convenient to use.Yuri Kunde Schlesner1-1/+25
2015-01-10Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift1-2/+2
2014-12-21License changepurpasmart961-1/+1
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv1-0/+2
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-0/+400