summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-15pctl: Clang format.bunnei
2018-01-15pctl: GetService should return an IParentalControlService interface.bunnei
2018-01-15applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult.bunnei
2018-01-15settings: Fix button mappings array to have correct entries.bunnei
2018-01-15Merge pull request #17 from spycrab/bindirbunnei
CMake: Output binaries to bin/
2018-01-15Merge pull request #20 from Andrix44/fixesbunnei
Various fixes
2018-01-15Merge pull request #16 from shinyquagsire23/hid-sharedmem-impl-startbunnei
HID Sharedmem Impl Start
2018-01-15Clanggit rebase -i fixesunknown
2018-01-15Clang formatunknown
2018-01-15Change default log level to infounknown
2018-01-15Update the internal resolution settingsunknown
2018-01-15Fix some warningsunknown
2018-01-15CMake: Output binaries to bin/spycrab
2018-01-15yuzu_cmd: Fix default ini, add screenshot buttonshinyquagsire23
2018-01-15hid: Bare-minimum sharedmem inputshinyquagsire23
2018-01-15hid: Remove redundant HID prefix on structs/enumsshinyquagsire23
2018-01-15configure_input: update w/ Switch buttonsshinyquagsire23
2018-01-15settings: Screenshot buttonshinyquagsire23
2018-01-15yuzu_cmd: fix default inishinyquagsire23
2018-01-15settings: adjust button configs for Switch controllersshinyquagsire23
2018-01-15hid: Add sharedmem structsshinyquagsire23
2018-01-15fixed build for gcc c++17 / boost.icl incompatibilityHarry Prevor
2018-01-15Merge pull request #15 from bsaleil/masterbunnei
vi: Add IManagerDisplayService::CloseDisplay function
2018-01-15vi: Add IManagerDisplayService::CloseDisplay functionbsaleil
2018-01-15Merge pull request #13 from hpr/fno-new-ttp-matchingbunnei
Fix build for gcc c++17 / boost.icl incompatibility
2018-01-15Merge pull request #14 from ogniK5377/masterbunnei
Changed ICommonStateGetter::ReceiveMessage to allow further execution in games
2018-01-15renderer_gl: Clear screen to black before rendering framebuffer.bunnei
2018-01-14Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue ↵David Marcec
execution
2018-01-14renderer: Render previous frame when no new one is available.bunnei
2018-01-14Update README.md with Travis link.bunnei
2018-01-14fixed build for gcc c++17 / boost.icl incompatibilityHarry Prevor
2018-01-14lm: Fix IPC header for Initialize.bunnei
2018-01-14time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei
2018-01-14audio: Add files to CMake.bunnei
2018-01-14hid: Remove unused registered_loggers.bunnei
2018-01-14audio: Stub out AudOutU::ListAudioOuts.bunnei
2018-01-14hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei
2018-01-14Merge pull request #10 from Andrix44/mpwarningsbunnei
Fix some warnings in the microprofile
2018-01-15Fix some warnings in the microprofileAndrix44
2018-01-14qt: Update about dialog to show license for GPLv2 only.bunnei
Fixes #6.
2018-01-14shared_memory: Minor fixes and cleanup.bunnei
2018-01-14svc: Implement svcMapSharedMemory.bunnei
2018-01-14kernel: Increase default stack size to 64K.bunnei
2018-01-14Merge pull request #7 from JayFoxRox/remove-surface-viewerbunnei
Remove Surface Viewer stub
2018-01-14Remove Surface Viewer stubJannik Vogel
2018-01-14Merge pull request #4 from spycrab/aboutdialogbunnei
Implement "About" dialog
2018-01-14Merge pull request #1 from roblabla/patch-1bunnei
Fix compilation on case-sensitive OSX
2018-01-14Merge pull request #5 from Thog/fix/loader-file-typebunnei
Add missing FileType declarations in GuessFromExtension and GetFileTypeString
2018-01-14Implement "About" dialogspycrab
2018-01-14Add missing FileType declarations in GuessFromExtension and GetFileTypeStringThog