Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-13 | loader: use self NCCH archive | wwylele | |
2017-02-13 | file_sys: add Self NCCH archive | wwylele | |
2017-02-08 | Merge pull request #2482 from yuriks/pica-refactor | Yuri Kunde Schlesner | |
Split up monolithic Regs struct | |||
2017-02-06 | Merge pull request #2539 from Kloen/re-killing-warnings | bunnei | |
externals: nihstro, update to latest master. Again. | |||
2017-02-06 | externals: nihstro, update to latest master | Kloen | |
2017-02-05 | Merge pull request #2534 from Lectem/fix_etc1_msvc15 | Mat M | |
Use std::array<u8,2> instead of u8[2] to fix MSVC build | |||
2017-02-05 | Use std::array<u8,2> instead of u8[2] to fix MSVC build | Lectem | |
2017-02-05 | Merge pull request #2027 from Lectem/ipcrefactor | Weiyi Wang | |
IPC helper | |||
2017-02-04 | Fix Microprofile in MinGW (#2530) | Fernando Sahmkow | |
2017-02-05 | fix wwylele's comment and use typename in templates | Lectem | |
2017-02-04 | VideoCore: Move Regs to its own file | Yuri Kunde Schlesner | |
2017-02-04 | VideoCore: Split shader regs from Regs struct | Yuri Kunde Schlesner | |
2017-02-04 | VideoCore: Split geometry pipeline regs from Regs struct | Yuri Kunde Schlesner | |
2017-02-04 | VideoCore: Split lighting regs from Regs struct | Yuri Kunde Schlesner | |
2017-02-04 | VideoCore: Split framebuffer regs from Regs struct | Yuri Kunde Schlesner | |
2017-02-04 | VideoCore: Split texturing regs from Regs struct | Yuri Kunde Schlesner | |
2017-02-04 | VideoCore: Split rasterizer regs from Regs struct | Yuri Kunde Schlesner | |
2017-02-04 | Merge pull request #2476 from yuriks/shader-refactor3 | Yuri Kunde Schlesner | |
Oh No! More shader changes! | |||
2017-02-04 | Merge pull request #2414 from yuriks/texture-decode | Yuri Kunde Schlesner | |
Texture decoding cleanups | |||
2017-02-04 | Pica/Texture: Move part of ETC1 decoding to new file and cleanups | Yuri Kunde Schlesner | |
2017-02-04 | Pica/Texture: Simplify/cleanup texture tile addressing | Yuri Kunde Schlesner | |
2017-02-04 | VideoCore: Move LookupTexture out of debug_utils.h | Yuri Kunde Schlesner | |
2017-02-04 | changed the WIN32 macro in microprofileui (#2528) | noah the goodra | |
I changed the macro in microprofileui.h from WIN32 to _WIN32 so that it would correctly dectect that its being compiled on a windows platform | |||
2017-02-03 | Merge pull request #2496 from mailwl/cfg-mem | Yuri Kunde Schlesner | |
Core: update Kernel Config Memory to latest version (11.2) | |||
2017-02-03 | Merge pull request #2520 from wwylele/shader-stack-boundary | Yuri Kunde Schlesner | |
ShaderJIT: add 16 dummy bytes at the bottom of the stack | |||
2017-02-03 | Merge pull request #2518 from MerryMage/coproc | Yuri Kunde Schlesner | |
arm_dynarmic: Coprocessor support | |||
2017-02-03 | Merge pull request #2509 from jfmherokiller/settingscastpatch | bunnei | |
removed the possibly uneeded cast on values.gdbstub_port | |||
2017-02-03 | Merge pull request #2507 from jfmherokiller/keyidchange | bunnei | |
removal of the -1 case in the configure_input switch | |||
2017-02-03 | arm_dynarmic: Update memory interface | MerryMage | |
2017-02-03 | arm_dynarmic: CP15 support | MerryMage | |
2017-02-03 | ShaderJIT: add 16 dummy bytes at the bottom of the stack | wwylele | |
2017-02-02 | GSP_GPU::StoreDataCache stubbed (#2428) | mailwl | |
2017-01-31 | removed the possibly uneeded cast on values.gdbstub_port | noah the goodra | |
as far as i could tell this cast is unneeded because [GDBStub::SetServerPort](https://github.com/citra-emu/citra/blob/master/src/core/gdbstub/gdbstub.cpp#L897) takes a u16 and [values.gdbstub_port](https://github.com/citra-emu/citra/blob/master/src/core/settings.h#L116) is already a u16 | |||
2017-01-31 | removal of the -1 case in the configure_input switch | noah the goodra | |
this case is unneeded because no enumeration value can possibly correspond to it | |||
2017-01-31 | HLE/Applets: Stub Mint (eShop) Applet (#2463) | mailwl | |
This allows Phoenix Wright - Dual Destinies to boot. | |||
2017-01-31 | Common/x64: remove legacy emitter and abi (#2504) | Weiyi Wang | |
These are not used any more since we moved shader JIT to xbyak. | |||
2017-01-31 | shader_jit_x64_compiler: esi and edi should be persistent (#2500) | Merry | |
2017-01-30 | file_util: Fixed implicit type conversion warning (#2503) | noah the goodra | |
2017-01-30 | Core: update Kernel Config Memory to latest version (11.2) | mailwl | |
2017-01-29 | Support looping HLE audio (#2422) | Jake Merdich | |
* Support looping HLE audio * DSP: Fix dirty bit clears, handle nonmonotonically incrementing IDs * DSP: Add start offset support | |||
2017-01-29 | Merge pull request #2368 from wwylele/camera-2 | Yuri Kunde Schlesner | |
CAM: build the service framework with a dummy implementation | |||
2017-01-29 | Merge pull request #2429 from wwylele/auto-language-fix | Yuri Kunde Schlesner | |
CFG: move language override to the boot process | |||
2017-01-29 | Merge pull request #2495 from Kloen/killing-warnings-chain-of-memories | Yuri Kunde Schlesner | |
video_core: Removed unused type alias | |||
2017-01-29 | VideoCore: Make PrimitiveAssembler const-correct | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Extract swrast-specific data from OutputVertex | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore/Shader: Clean up OutputVertex::FromAttributeBuffer | Yuri Kunde Schlesner | |
This also fixes a long-standing but neverthless harmless memory corruption bug, whech the padding of the OutputVertex struct would get corrupted by unused attributes. | |||
2017-01-29 | Common: Optimize BitSet iterator | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Split shader output writing from semantic loading | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Consistently use shader configuration to load attributes | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Use correct register for immediate mode attribute count | Yuri Kunde Schlesner | |