summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-31Merge pull request #293 from N00byKing/drkthmbunnei
Add Dark Theme (And Theming in General + Icon Theming)
2018-03-30Merge pull request #292 from bunnei/botw-progressbunnei
NFP, SVC, and AudRen progress
2018-03-30Port citra-emu/citra#3610 to yuzuN00byKing
2018-03-30Remove whitespacesN00byKing
2018-03-30Add Dark theme, Icon themingN00byKing
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings
2018-03-29audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei
2018-03-29svc: Stub GetThreadCoreMask.bunnei
2018-03-29service: Add NFP module interface.bunnei
service: Initialize NFP service. Log: Add NFP service as a log subtype.
2018-03-29Merge pull request #290 from MerryMage/dfix-20180329bunnei
dynarmic: Update to 9cc12d8
2018-03-29Merge pull request #289 from lioncash/self-assignbunnei
result: Check against self-assignment in ResultVal's copy assignment operator
2018-03-29dynarmic: Update to 9cc12d8MerryMage
9cc12d8 abi: Missing includes ac35ad5 emit_x64_floating_point: Near jump instead of short jump in FPMinNumberic{32,64} 6f03fdd A64: system: Use an enum class for MRS/MSR register encodings
2018-03-28result: Check against self-assignment in ResultVal's copy assignment operatorLioncash
Avoids doing work that doesn't need to be done.
2018-03-27Merge pull request #286 from N00byKing/citratoyuzuagainbunnei
main.h: Add pragma once, remove ifndef
2018-03-27main.h: Add pragma once, remove ifndefN00byKing
2018-03-27Merge pull request #285 from MerryMage/dfix-20180327bunnei
dynarmic: Update to 12a1020
2018-03-27Merge pull request #284 from bunnei/docked-configbunnei
Add config for "Docked" mode and various settings cleanup
2018-03-27dynarmic: Update to 12a1020MerryMage
12a1020 emit_X64_floating_point: Near jmp to end instead of short jmp 6278f83 emit_x64_vector: Fix typo in VectorShuffleImpl 25a0204 A64: Implement REV64 aa92e33 bit_util: Do nothing in RotateRight if the rotation amount is zero e537985 A64: Implement REV32 (vector) f62a258 ir: Add IR opcodes for emitting vector shuffles 36ac6ec emit_x64_vector_floating_point: Fix out of bounds array access in EmitVectorOperation64 20a59a9 A64: Implement REV16 (vector) b2f7bb0 CMakeLists: Add fp_util, macro_util and math_util headers fd21b58 A64: Implement EOR3 and BCAX a48c0bb travis: Use yuzu's unicorn fork 59e62e0 externals: Update catch to v2.2.1
2018-03-26Merge pull request #282 from N00byKing/patch-2bunnei
Change comments from citra to yuzu
2018-03-26settings: Remove unused CpuCore class.bunnei
2018-03-26config: Use simplified checkbox (from Citra) for CPU JIT.bunnei
2018-03-26config: Rename is_docked to use_docked_mode to be consistent with other ↵bunnei
config bools.
2018-03-26configure_general: Cleanup naming.bunnei
2018-03-26qt: Add config option for is_docked.bunnei
2018-03-26config: Add setting for whether the system is docked or not.bunnei
2018-03-26Merge pull request #279 from bunnei/tegra-progress-3bunnei
Tegra progress 3
2018-03-26renderer_opengl: Use better naming for DrawScreens and DrawSingleScreen.bunnei
2018-03-26graphics_surface: Remove superfluous cast.bunnei
2018-03-26gl_rasterizer: Move code to bind framebuffer surfaces before draw to its own ↵bunnei
function.
2018-03-26gl_rasterizer: Add a SyncViewport method.bunnei
2018-03-26gl_rasterizer: Move PrimitiveTopology check to MaxwellToGL.bunnei
2018-03-26graphics_surface: Fix merge conflicts.bunnei
2018-03-26gl_rasterizer: Use ReadBlock instead of GetPointer for SetupVertexArray.bunnei
2018-03-26gl_rasterizer: Normalize vertex array data as appropriate.bunnei
2018-03-26memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.bunnei
2018-03-26maxwel_to_gl: Fix string formatting in log statements.bunnei
2018-03-26rasterizer: Rename DrawTriangles to DrawArrays.bunnei
2018-03-26gl_rasterizer: Use passthrough shader for SetupVertexShader.bunnei
2018-03-26renderer_opengl: Logging, etc. cleanup.bunnei
2018-03-26renderer_opengl: Remove framebuffer RasterizerFlushVirtualRegion hack.bunnei
2018-03-26gl_rasterizer_cache: Implement UpdatePagesCachedCount.bunnei
2018-03-26memory: Add RasterizerMarkRegionCached code and cleanup.bunnei
2018-03-26gl_rasterizer: Implement SetupVertexArray.bunnei
2018-03-26gl_rasterizer_cache: Fix an ASSERT_MSG.bunnei
2018-03-26maxwell_to_gl: Add module and function for decoding VertexType.bunnei
2018-03-26maxwell_3d: Use names that match envytools for VertexType.bunnei
2018-03-26maxwell_3d: Add VertexAttribute struct and cleanup.bunnei
2018-03-26gl_rasterizer: Use 32 texture units instead of 3.bunnei
2018-03-26gl_rasterizer: Implement DrawTriangles.bunnei
2018-03-26Maxwell3D: Call AccelerateDrawBatch on DrawArrays.bunnei
2018-03-26gl_rasterizer: Implement AnalyzeVertexArray.bunnei