summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-16Update README.md to include AppVeyor build status.bunnei
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 pull request #38 from goaaats/citra_mergesbunnei
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
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: Update Appveyor and Travis secret keysJames Rowe
The keys are github auth_tokens and are assigned to yuzubot for the yuzu-nightly repository to allow Appveyor and Travis to upload releases
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-15Merge pull request #25 from chris062689/masterFlame Sage
Updated Discord link to match website.
2018-01-16Updated Discord link to match website.Flame Sage
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
2018-01-15Merge pull request #23 from Simonx22/cmake_renamebunnei
CMakeList.txt: rename CITRA to YUZU
2018-01-15nso: Load subsdk4 if available.bunnei
2018-01-15rename CITRA to YUZUSimonx22
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