summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-01-16Merge pull request #31 from jroweboy/fix-deploybunnei
Build/Deploy Updates to Setup Nightly Builds
2018-01-16Build: Automagically handle unicornJames Rowe
On MSVC if unicorn isn't found, fallback to bundled unicorn On everything else, fallback to building unicorn in externals Also fixes loading unicorn in msvc
2018-01-16Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39)N00byKing
2018-01-16Merge pull request #24 from nkatz565/nk-inputsbunnei
Adding meumart's Citra SDL Joystick support. Citra PR #3116
2018-01-16Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our ↵goaaats
fullscreen implementation)
2018-01-16Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe
Adds a cmake custom target that will build unicorn on first compile and uses this in the build scripts as well. Updates Appveyor and Travis build scripts to work with the new unicorn build, and updates the paths to all of the different artifacts.
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
2018-01-15nso: Load subsdk4 if available.bunnei
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 #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-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-15vi: Add IManagerDisplayService::CloseDisplay functionbsaleil
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-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-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-14Remove Surface Viewer stubJannik Vogel
2018-01-14Merge pull request #4 from spycrab/aboutdialogbunnei
Implement "About" dialog
2018-01-14Implement "About" dialogspycrab
2018-01-14Add missing FileType declarations in GuessFromExtension and GetFileTypeStringThog
2018-01-13yuzu qt copy windows deps renamedJames Rowe
2018-01-13Minor cleanupMerryMage
2018-01-13macOS: Update Info.plistMerryMage
2018-01-13Add new icons and fix up the linux paths for installJames Rowe