summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-14audio: Stub out AudOutU::ListAudioOuts.bunnei
2018-01-14hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei
2018-01-14Merge pull request #10 from Andrix44/mpwarningsbunnei
2018-01-15Fix some warnings in the microprofileAndrix44
2018-01-14qt: Update about dialog to show license for GPLv2 only.bunnei
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
2018-01-14Remove Surface Viewer stubJannik Vogel
2018-01-14Merge pull request #4 from spycrab/aboutdialogbunnei
2018-01-14Merge pull request #1 from roblabla/patch-1bunnei
2018-01-14Merge pull request #5 from Thog/fix/loader-file-typebunnei
2018-01-14Implement "About" dialogspycrab
2018-01-14Add missing FileType declarations in GuessFromExtension and GetFileTypeStringThog
2018-01-14Fix compilation on case-sensitive OSXRobin Lambertz
2018-01-14externals: Remove unused repos.bunnei
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
2018-01-13Fix build on macOS and linuxMerryMage
2018-01-13Update build scriptsMerryMage
2018-01-13yuzu: Update CONTRIBUTING.md.bunnei
2018-01-13yuzu: Update README.md.bunnei
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
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2018-01-12Massive removal of unused modulesJames Rowe
2018-01-12config: Default CPU core to Unicorn.bunnei
2018-01-12CMakeLists: Use C++ 17.bunnei
2018-01-12boost: Update version.bunnei
2018-01-12core: Gut out cryptop, since it doesn't compile with C++17.bunnei
2018-01-12dynarmic: Update to 83afe435MerryMage
2018-01-12configuration: Add cpu_core configuration optionMerryMage
2018-01-12arm_dynarmic: Implement coreMerryMage
2018-01-11core: Include <algorithm> where used.bunnei
2018-01-11renderer_opengl: Fix LOG_TRACE in LoadFBToScreenInfo.bunnei
2018-01-11nv: Fix more broken asserts.bunnei
2018-01-11nvdisp_disp0: Fix broken assert.bunnei
2018-01-11core: Fix recent GCC build breaks.bunnei
2018-01-11svc: Implement GetSystemTick.bunnei
2018-01-10nvdisp_disp0: Call SwapBuffers to render framebuffer.bunnei
2018-01-10renderer_opengl: Support rendering Switch framebuffer.bunnei