aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2016-03-22Merge pull request #1560 from lioncash/savedatabunnei
2016-03-22Merge pull request #1563 from lioncash/lolfiqbunnei
2016-03-21armstate: Correct FIQ register bankingLioncash
2016-03-21Merge pull request #1559 from lioncash/vecbunnei
2016-03-21session: Make helper functions constexprLioncash
2016-03-21loader: Make MakeMagic constexprLioncash
2016-03-21archive_extsavedata: Fix member initialization orderLioncash
2016-03-21soc_u: Get rid of explicit delete and newLioncash
2016-03-20Merge pull request #1302 from Subv/save_fixbunnei
2016-03-20HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Subv
2016-03-20HLE/FS: Corrected some style concerns.Subv
2016-03-20HLE/FS: Fixed creating the config savefile when it doesn't exist.Subv
2016-03-20HLE/FS: Implemented GetFormatInfoSubv
2016-03-20HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ex...Subv
2016-03-20HLE/FS: Return the proper error codes when opening files.Subv
2016-03-20HLE/FS: Fixed the OpenDirectory error codeSubv
2016-03-20HLE/FS: Return the proper error codes on file Read/Write operations.Subv
2016-03-20HLE/FS: Corrected the error codes for DeleteFileSubv
2016-03-20HLE/FS: Corrected the error codes for CreateFileSubv
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv
2016-03-20Fix missing headerLittleWhite
2016-03-18Merge pull request #1505 from pippo2931/fefbunnei
2016-03-17core/video_core: Make NumIds functions constexprLioncash
2016-03-17core/video_core: Don't cast away const in subscript operatorsLioncash
2016-03-15Reorganize the ndm service path for dummy implement functionJamePeng
2016-03-13hid: fix pad updatewwylele
2016-03-12svc: Move ResetType enum to the kernel event headerLioncash
2016-03-12svc: Remove unused ArbitrationType enumLioncash
2016-03-12svc: Make ResetType an enum classLioncash
2016-03-12Fix headerpippo2931
2016-03-12GetArchiveResource stubpippo2931
2016-03-12Merge pull request #1266 from Subv/miiappletbunnei
2016-03-12HLE/Applets: Implemented a dummy Mii Selector applet.Subv
2016-03-12Merge pull request #1500 from lioncash/nullptrbunnei
2016-03-11gsp_gpu: Change 0 literal to nullptrLioncash
2016-03-11hle: Update service function tablesLioncash
2016-03-09Fix missing returnLittleWhite
2016-03-09Merge pull request #1474 from lioncash/rendererbunnei
2016-03-08Merge pull request #1344 from LittleWhite-tb/error-outputbunnei
2016-03-08renderer_base: Don't directly expose the rasterizer unique_ptrLioncash
2016-03-08Improve error report from Init() functionsLittleWhite
2016-03-06DSP: Implement Pipe 2MerryMage
2016-03-05Memory: Do correct Phys->Virt address translation for non-APP linheapYuri Kunde Schlesner
2016-03-05Merge pull request #1455 from yuriks/ResultVal-unionMathew Maidment
2016-03-06DSP: Print hash of firmware to consoleMerryMage
2016-03-05core: Use unrestricted union to hold storage of ResultVal valueYuri Kunde Schlesner
2016-03-04Loader/NCCH: Log the program ID during loadingYuri Kunde Schlesner
2016-03-05Merge pull request #1429 from mailwl/branch-acubunnei
2016-03-04Merge pull request #1389 from yuriks/stub-cambunnei
2016-03-04ac:u: Stub IsConnectedmailwl