4448 Commits (ba7cdce46d97c4b0d604928a66dc1921b051bf4f)
 

Author SHA1 Message Date
Yuri Kunde Schlesner ba7cdce46d Merge pull request #2520 from wwylele/shader-stack-boundary 9 years ago
Yuri Kunde Schlesner a630fa287e Merge pull request #2518 from MerryMage/coproc 9 years ago
bunnei 632562f5cf Merge pull request #2509 from jfmherokiller/settingscastpatch 9 years ago
bunnei c330dcd3fd Merge pull request #2507 from jfmherokiller/keyidchange 9 years ago
MerryMage e2815408fd arm_dynarmic: Update memory interface 9 years ago
MerryMage 2b36d4c9d7 arm_dynarmic: CP15 support 9 years ago
wwylele 6dc1d6e568 ShaderJIT: add 16 dummy bytes at the bottom of the stack 9 years ago
mailwl a53714acd3 GSP_GPU::StoreDataCache stubbed (#2428) 9 years ago
noah the goodra a0874d9b64 removed the possibly uneeded cast on values.gdbstub_port 9 years ago
noah the goodra 6c41d87a9d removal of the -1 case in the configure_input switch 9 years ago
mailwl d0bf7df5ba HLE/Applets: Stub Mint (eShop) Applet (#2463) 9 years ago
Weiyi Wang 0b9c59ff22 Common/x64: remove legacy emitter and abi (#2504) 9 years ago
Merry f7e96dc068 shader_jit_x64_compiler: esi and edi should be persistent (#2500) 9 years ago
noah the goodra a2d0e2d807 file_util: Fixed implicit type conversion warning (#2503) 9 years ago
Jake Merdich ff28080091 Support looping HLE audio (#2422) 9 years ago
Yuri Kunde Schlesner 1410aa1824 Merge pull request #2368 from wwylele/camera-2 9 years ago
Yuri Kunde Schlesner a925473995 Merge pull request #2429 from wwylele/auto-language-fix 9 years ago
Yuri Kunde Schlesner 98c71c6a0d Merge pull request #2495 from Kloen/killing-warnings-chain-of-memories 9 years ago
Kloen eee37b857b video_core: gl_rasterizer_cache.cpp removed unused type alias 9 years ago
Kloen 6a3a3964b0 video_core: gl_rasterizer.cpp removed unused type alias 9 years ago
Yuri Kunde Schlesner 5bb6753f2e Merge pull request #2494 from Kloen/killing-warnings-2-final-mix 9 years ago
Yuri Kunde Schlesner f111cd66ce Merge pull request #2492 from Kloen/killing-warnings-HD1.5ReMIX 9 years ago
Yuri Kunde Schlesner 1016e31fc7 Merge pull request #2493 from Kloen/killing-warnings-final-mix 9 years ago
Kloen b3a0b1489b core: inline CPU, 132 warnings fixed on GCC 9 years ago
Kloen 28da285031 citra: add missing control paths for ResultStatus on rom load. Fix warning about unhandled enumeration values on OSX 9 years ago
Kloen 2ca3beb9d3 core: fix err_f.cpp warning about unhandled enumeration value on OSX 9 years ago
Kloen f352a741d3 core: fix savedata_archive.cpp warnings about unhandled enumeration values on OSX 9 years ago
Kloen c4f9cd3559 core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSX 9 years ago
Kloen f14a53abd0 core: fix archive_extsavedata.cpp warning on OSX 9 years ago
Kloen 4652d70572 video_core: silence unused-local-typedef boost related warning on GCC 9 years ago
Yuri Kunde Schlesner 129757b967 Merge pull request #2491 from Kloen/killing-warnings-2.5HDRemix 9 years ago
Kloen ff7d68d743 core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC 9 years ago
Yuri Kunde Schlesner ac4ea522cb Merge pull request #2485 from Kloen/killing-warnings-computehash64 9 years ago
Yuri Kunde Schlesner 4bf16b79e6 Merge pull request #2484 from Kloen/killing-warnings-nihstro 9 years ago
Kloen 818b1730a9 common: add <cstddef> to hash.h 9 years ago
Kloen 2fa0971ceb common: switch ComputeHash64 len param to size_t instead of int, fix warning on MSVC on dsp_dsp.cpp 9 years ago
Kloen 3597687453 externals: Updated nihstro to latest master. Fix warning on MSVC 9 years ago
James Rowe 372db835f4 Merge pull request #2478 from jfmherokiller/master 9 years ago
noah the goodra 3545b144f1 fixed the override warning 9 years ago
Yuri Kunde Schlesner bf14f4be22 Merge pull request #2346 from yuriks/shader-refactor2 9 years ago
Kloen Lansfiel f852369986 SDL: Select audio device (#2403) 9 years ago
Yuri Kunde Schlesner 0e9081b973 VideoCore/Shader: Move entry_point to SetupBatch 9 years ago
Yuri Kunde Schlesner 0f64274145 VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetup 9 years ago
Yuri Kunde Schlesner 6fa3687afc Shader: Remove OutputRegisters struct 9 years ago
Yuri Kunde Schlesner 9ea5eacf91 Shader: Initialize conditional_code in interpreter 9 years ago
Yuri Kunde Schlesner 1a2acc3baa Shader: Don't read ShaderSetup from global state 9 years ago
Yuri Kunde Schlesner fa4ac279a7 shader_jit_x64: Don't read program from global state 9 years ago
Yuri Kunde Schlesner ade7ed7c5f VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngine 9 years ago
Yuri Kunde Schlesner a9b7752b9d Debugger: Always use interpreter for shader debugging 9 years ago
Yuri Kunde Schlesner 114d6b2f97 VideoCore/Shader: Split interpreter and JIT into separate ShaderEngines 9 years ago