Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-16 | HID: move enable_accelerometer/gyroscope_count initialization into Init() ↵ | Weiyi Wang | |
(#2574) Fixes #2556 | |||
2017-02-16 | added drag n drop feature | noah the goodra | |
2017-02-15 | Merge pull request #2571 from wwylele/missing-file | Mat M | |
core: add missing errors.h in CMakeLists.txt | |||
2017-02-15 | core: add missing errors.h in CMakeLists.txt | wwylele | |
2017-02-15 | video_core: remove #pragma once in cpp file (#2570) | Weiyi Wang | |
2017-02-14 | Merge pull request #2566 from yuriks/file-extension-suffix | Weiyi Wang | |
Qt/GameList: Use suffix() to parse the file extension | |||
2017-02-13 | HLE/IPC: Fix uninitialized variables in helpers (#2568) | Yuri Kunde Schlesner | |
Fixes #2567 | |||
2017-02-13 | Qt/GameList: Use suffix() to parse the file extension | Yuri Kunde Schlesner | |
completeSuffix returns everything after the first period, which means that a file such as `foo.bar.3ds` would not get recognized. | |||
2017-02-13 | applied the change suggested by @wwylele | noah the goodra | |
2017-02-13 | NWM changed to NIM | noah the goodra | |
2017-02-13 | turned clang format back on | noah the goodra | |
2017-02-13 | added http service enum to the log.h file | noah the goodra | |
2017-02-13 | Merge pull request #2562 from yuriks/pica-refactor3 | Yuri Kunde Schlesner | |
Re-organize software rasterizer code | |||
2017-02-13 | Core: add cryptopp library (#2412) | Weiyi Wang | |
2017-02-13 | Merge pull request #2561 from wwylele/fs-rom | Yuri Kunde Schlesner | |
file_sys: change RomFS archive to Self NCCH archive | |||
2017-02-13 | loader: use self NCCH archive | wwylele | |
2017-02-13 | file_sys: add Self NCCH archive | wwylele | |
2017-02-12 | SWRasterizer: Move more framebuffer functions to file | Yuri Kunde Schlesner | |
2017-02-12 | SWRasterizer: Move texturing functions to their own file | Yuri Kunde Schlesner | |
2017-02-12 | SWRasterizer: Convert large no-capture lambdas to standalone functions | Yuri Kunde Schlesner | |
2017-02-12 | SWRasterizer: Move framebuffer operation functions to their own file | Yuri Kunde Schlesner | |
2017-02-12 | VideoCore: Move software rasterizer files to sub-directory | Yuri Kunde Schlesner | |
2017-02-12 | video_core/shader: Document sanitized MUL operation | Yuri Kunde Schlesner | |
2017-02-12 | Merge pull request #2550 from yuriks/pica-refactor2 | Yuri Kunde Schlesner | |
Small VideoCore cleanups | |||
2017-02-12 | citra-qt: Don't attempt to scan files with unsupported extensions (#2402) | Kloen Lansfiel | |
2017-02-11 | core: Free AppLoader on shutdown to release file (#2558) | Yuri Kunde Schlesner | |
Fixes #2455 | |||
2017-02-11 | hid: remove the touch field from PadState (#2557) | Weiyi Wang | |
2017-02-10 | video_core: Fix benign out-of-bounds indexing of array (#2553) | Yuri Kunde Schlesner | |
The resulting pointer wasn't written to unless the index was verified as valid, but that's still UB and triggered debug checks in MSVC. Reported by garrettboast on IRC | |||
2017-02-09 | VideoCore: Split u64 Pica reg unions into 2 separate u32 unions | Yuri Kunde Schlesner | |
This eliminates UB when aliasing it with the array of u32 regs, and is compatible with non-LE architectures. | |||
2017-02-09 | VideoCore: Force enum sizes to u32 in LightingRegs | Yuri Kunde Schlesner | |
All enums that are used with BitField must have their type forced to u32 to ensure correctness. | |||
2017-02-09 | OpenGL: Remove unused duplicate of IsPassThroughTevStage | Yuri Kunde Schlesner | |
This copy was left behind when the shader generation code was moved to a separate file. | |||
2017-02-09 | VideoCore: Split regs.h inclusions | Yuri Kunde Schlesner | |
2017-02-09 | Pica/Regs: Use binary search to look up reg names | Yuri Kunde Schlesner | |
This gets rid of the static unordered_map. Also changes the return type const char*, avoiding unnecessary allocations (the result was only used by calling .c_str() on it.) | |||
2017-02-08 | VideoCore: Use union to index into Regs struct | Yuri Kunde Schlesner | |
Also remove some unused members. | |||
2017-02-08 | Merge pull request #2482 from yuriks/pica-refactor | Yuri Kunde Schlesner | |
Split up monolithic Regs struct | |||
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-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 | 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-03 | Merge pull request #2496 from mailwl/cfg-mem | Yuri Kunde Schlesner | |
Core: update Kernel Config Memory to latest version (11.2) |