summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-04set: GetAvailableLanguageCodes should not return lang_codes size.bunnei
2018-02-04nvflinger: Signal BufferQueue native handle event.bunnei
- This gets BOTW booting.
2018-02-04logger: Add Time service logging category.bunnei
2018-02-04logger: Add SET service logging category.bunnei
2018-02-04logger: Add PCTL service logging category.bunnei
2018-02-04logger: Add LM service logging category.bunnei
2018-02-04logger: Add APM service logging category.bunnei
2018-02-04lm: Ensure log string is non-empty before checking back().bunnei
2018-02-04logger: Add NIFM service logging category.bunnei
2018-02-04logger: Add VI service logging category.bunnei
2018-02-04hid: Stub out several functions.bunnei
2018-02-04hid: Implement CreateActiveVibrationDeviceList.bunnei
2018-02-04logger: Use Service_HID category where applicable.bunnei
2018-02-04logger: Use Service_NVDRV category where applicable.bunnei
2018-02-04logger: Add AM service logging category.bunnei
2018-02-04logger: Add "account" service logging category.bunnei
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei
2018-02-04Merge pull request #160 from bunnei/svc-improvementsbunnei
Several SVC fixes and improvements
2018-02-04GetInfo: Implement IsCurrentProcessBeingDebugged.bunnei
2018-02-04WaitProcessWideKeyAtomic: Handle case where condition variable was already ↵bunnei
created.
2018-02-04Merge pull request #159 from mailwl/acc0-fixbunnei
acc:u0 : stub GetAccountId
2018-02-04acc:u0 : stub GetAccountIdmailwl
2018-02-03svc: SharedMemory size should be 64-bits and cleanup.bunnei
2018-02-03ArbitrateLock: Assert that requesting_thread is current_thread.bunnei
2018-02-03Merge pull request #157 from bunnei/fix-duplicate-sessionbunnei
controller: DuplicateSession should return a ClientSession.
2018-02-03Merge pull request #156 from mailwl/nifmbunnei
Service/nifm: add nifm:a, nifm:s and nifm:u services
2018-02-03controller: DuplicateSession should return a ClientSession.bunnei
2018-02-03Service:nifm: add nifm:a, nifm:s and nifm:u servicesmailwl
2018-02-02Service/am: Add AppletAE service (#153)mailwl
* Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2
2018-02-02Merge pull request #154 from mailwl/vi_create_stray_arraybunnei
vi::CreateStrayLayer : add padding to request
2018-02-02Merge pull request #155 from mailwl/vi-servicesbunnei
Services/vi: add vi:s and vi:u services
2018-02-02Merge pull request #152 from shinyquagsire23/sharedmem-valid-boundsbunnei
shared_memory: Only mark addresses as invalid if they are within the heap
2018-02-02Services/vi: add vi:s and vi:u servicesmailwl
2018-02-02vi::CreateStrayLayer : add padding to requestmailwl
2018-01-29shared_memory: Only mark addresses as invalid if they are within the heapshinyquagsire23
2018-01-29[WIP] sfdnsres: stub (#146)mailwl
sfdnsres: Add several stubs
2018-01-28Merge pull request #151 from lioncash/catchbunnei
externals: Update catch to v2.1.1
2018-01-27externals: Update catch to v2.1.1Lioncash
2018-01-27Merge pull request #148 from MerryMage/feature/special-memorybunnei
memory: Replace all memory hooking with Special regions
2018-01-27Merge pull request #149 from MerryMage/feature/remove-x86_64hbunnei
travis: Remove CMAKE_OSX_ARCHITECTURES argument
2018-01-27travis: Remove CMAKE_OSX_ARCHITECTURES argumentMerryMage
Unicorn only builds a x86_64 library, without a x86_64h slice. We can't link against x86_64-only in this manner for static libraries.
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage
2018-01-26Merge pull request #147 from chris062689/masterFlame Sage
Added webhook notifications to TravisCI build.
2018-01-27Added webhook notifications to TravisCI build.Flame Sage
2018-01-26Merge pull request #144 from KAMiKAZOW/patch-1bunnei
Install Linux icon in hicolor instead of pixmaps
2018-01-26Merge pull request #145 from jroweboy/oopsbunnei
Fix typo for dependent options
2018-01-25Fix typo for dependent optionsJames Rowe
2018-01-26Install Linux icon in hicolor instead of pixmapsKAMiKAZOW
hicolor is the preferred location for applications. See https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#directory_layout Same as https://github.com/citra-emu/citra/pull/3007
2018-01-25Merge pull request #142 from bunnei/improve-timebunnei
time: Implement ISteadyClock::GetCurrentTimePoint
2018-01-25time: Implement ISteadyClock::GetCurrentTimePoint.bunnei