summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
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
2018-01-13Update dynarmic to bc73004MerryMage
bc73004 a64_merge_interpret_blocks: Remove debug output 4e656ed tests/A64: Randomize PSTATE.<NZCV> fd9530b A64: Optimization: Merge interpret blocks 3c9eb04 testenv: Use format constants 324f3fc tests/A64: Unicorn interface fixes 98ecbe7 tests/A64: Fuzz against unicorn b1d38e7 tests/A64: Move TestEnvironment to own header 5218ad9 A64/data_processing_pcrel: bug: ADR{,P} instructions sign extend their immediate b1a8c39 A64/data_processing_addsub: bug: {ADD,SUB}S (extended register) instructions write to ZR when d = 31 64827fb a64_emit_x64: bug: A64CallSupervisor trampled callee-save registers 1bfa04d emit_x64: bug: OP m/r64, imm32 form instructions sign-extend their immediate on x64 edadeea A64 inferface: Use two argument static_assert 9ab1304 A64: Add ExceptionRaised IR instruction 6843eed Update readme 7438d07 A64/translate: Add TranslateSingleInstruction function
2018-01-13Fix build on macOS and linuxMerryMage
2018-01-13arm_unicorn: Log unmapped memory access address.bunnei
2018-01-13config: Default log filter to trace.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-12Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe
2018-01-12Removing unused settings and yuzu rebrandingJames Rowe
2018-01-12Get yuzu sdl to start compilingJames Rowe