| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Qt: Remove unnecessary std::string usage | 2017-02-17 | 2 | -14/+15 | ||
| * | | | | | HID: move enable_accelerometer/gyroscope_count initialization into Init() (#2... | 2017-02-16 | 1 | -2/+5 | ||
| * | | | | | added drag n drop feature | 2017-02-16 | 2 | -1/+41 | ||
| * | | | | | Merge pull request #2571 from wwylele/missing-file | 2017-02-15 | 1 | -0/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | core: add missing errors.h in CMakeLists.txt | 2017-02-15 | 1 | -0/+1 | ||
| * | | | | | | video_core: remove #pragma once in cpp file (#2570) | 2017-02-15 | 2 | -4/+0 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #2566 from yuriks/file-extension-suffix | 2017-02-14 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Qt/GameList: Use suffix() to parse the file extension | 2017-02-13 | 1 | -1/+1 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | HLE/IPC: Fix uninitialized variables in helpers (#2568) | 2017-02-13 | 1 | -3/+3 | ||
| * | | | | | applied the change suggested by @wwylele | 2017-02-13 | 1 | -0/+1 | ||
| * | | | | | NWM changed to NIM | 2017-02-13 | 1 | -1/+1 | ||
| * | | | | | turned clang format back on | 2017-02-13 | 1 | -1/+1 | ||
| * | | | | | added http service enum to the log.h file | 2017-02-13 | 1 | -0/+1 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #2562 from yuriks/pica-refactor3 | 2017-02-13 | 12 | -563/+661 | ||
| |\ \ \ \ | ||||||
| | * | | | | SWRasterizer: Move more framebuffer functions to file | 2017-02-12 | 3 | -100/+105 | ||
| | * | | | | SWRasterizer: Move texturing functions to their own file | 2017-02-12 | 4 | -210/+259 | ||
| | * | | | | SWRasterizer: Convert large no-capture lambdas to standalone functions | 2017-02-12 | 1 | -315/+310 | ||
| | * | | | | SWRasterizer: Move framebuffer operation functions to their own file | 2017-02-12 | 4 | -236/+285 | ||
| | * | | | | VideoCore: Move software rasterizer files to sub-directory | 2017-02-12 | 8 | -12/+12 | ||
| * | | | | | Core: add cryptopp library (#2412) | 2017-02-13 | 1 | -1/+2 | ||
| * | | | | | Merge pull request #2561 from wwylele/fs-rom | 2017-02-13 | 9 | -60/+295 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | loader: use self NCCH archive | 2017-02-13 | 6 | -90/+7 | ||
| | * | | | | file_sys: add Self NCCH archive | 2017-02-13 | 5 | -0/+318 | ||
| | |/ / / | ||||||
| * | | | | video_core/shader: Document sanitized MUL operation | 2017-02-12 | 1 | -0/+8 | ||
| * | | | | Merge pull request #2550 from yuriks/pica-refactor2 | 2017-02-12 | 19 | -140/+133 | ||
| |\ \ \ \ | ||||||
| | * | | | | VideoCore: Split u64 Pica reg unions into 2 separate u32 unions | 2017-02-09 | 1 | -36/+42 | ||
| | * | | | | VideoCore: Force enum sizes to u32 in LightingRegs | 2017-02-09 | 1 | -4/+4 | ||
| | * | | | | OpenGL: Remove unused duplicate of IsPassThroughTevStage | 2017-02-09 | 1 | -12/+0 | ||
| | * | | | | VideoCore: Split regs.h inclusions | 2017-02-09 | 14 | -25/+47 | ||
| | * | | | | Pica/Regs: Use binary search to look up reg names | 2017-02-09 | 3 | -16/+11 | ||
| | * | | | | VideoCore: Use union to index into Regs struct | 2017-02-08 | 2 | -46/+28 | ||
| | |/ / / | ||||||
| * | | | | citra-qt: Don't attempt to scan files with unsupported extensions (#2402) | 2017-02-12 | 3 | -4/+20 | ||
| * | | | | core: Free AppLoader on shutdown to release file (#2558) | 2017-02-11 | 1 | -9/+2 | ||
| * | | | | hid: remove the touch field from PadState (#2557) | 2017-02-11 | 2 | -6/+0 | ||
| * | | | | video_core: Fix benign out-of-bounds indexing of array (#2553) | 2017-02-10 | 1 | -2/+1 | ||
| |/ / / | ||||||
| * | | | Merge pull request #2482 from yuriks/pica-refactor | 2017-02-08 | 37 | -2427/+2635 | ||
| |\ \ \ | ||||||
| | * | | | VideoCore: Move Regs to its own file | 2017-02-04 | 26 | -662/+681 | ||
| | * | | | VideoCore: Split shader regs from Regs struct | 2017-02-04 | 9 | -102/+116 | ||
| | * | | | VideoCore: Split geometry pipeline regs from Regs struct | 2017-02-04 | 9 | -264/+292 | ||
| | * | | | VideoCore: Split lighting regs from Regs struct | 2017-02-04 | 6 | -312/+341 | ||
| | * | | | VideoCore: Split framebuffer regs from Regs struct | 2017-02-04 | 11 | -457/+503 | ||
| | * | | | VideoCore: Split texturing regs from Regs struct | 2017-02-04 | 17 | -507/+548 | ||
| | * | | | VideoCore: Split rasterizer regs from Regs struct | 2017-02-04 | 14 | -188/+219 | ||
| * | | | | Use std::array<u8,2> instead of u8[2] to fix MSVC build | 2017-02-05 | 1 | -1/+1 | ||
| * | | | | Merge pull request #2027 from Lectem/ipcrefactor | 2017-02-05 | 6 | -68/+364 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | fix wwylele's comment and use typename in templates | 2017-02-05 | 1 | -4/+4 | ||
| | * | | | fix comments alignment | 2016-12-30 | 1 | -22/+22 | ||
| | * | | | move Pop methods out of class body | 2016-12-26 | 1 | -72/+88 | ||
| | * | | | IPC helpers example | 2016-12-26 | 3 | -35/+40 | ||
| | * | | | IPC helpers | 2016-12-26 | 3 | -48/+323 | ||