| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #2421 from Subv/timers | 2017-02-24 | 3 | -16/+36 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Timers: Return an error when calling SetTimer with negative timeouts. | 2017-02-21 | 1 | -0/+5 | ||
| | * | | | | | Timers: Immediately signal the timer if it was started with an initial value ... | 2017-02-21 | 2 | -16/+31 | ||
| * | | | | | | Use QFileSystemWatcher to reload the game list when a change is detected. (#2... | 2017-02-23 | 2 | -1/+51 | ||
| * | | | | | | Merge pull request #2441 from jroweboy/titlebar | 2017-02-23 | 6 | -5/+32 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Gui: Change title bar to include build name | 2017-02-23 | 6 | -5/+32 | ||
| * | | | | | | | [UI] Modify recursive scanning label (#2589) | 2017-02-22 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2585 from MerryMage/sxtb16-sxtab16 | 2017-02-19 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | dyncom: Correct SXTAB16 and SXTB16 | 2017-02-18 | 1 | -4/+4 | ||
| * | | | | | | Merge pull request #2580 from yuriks/qt-cleanup2 | 2017-02-19 | 4 | -96/+83 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Qt: Move some connections from .ui file to code | 2017-02-18 | 2 | -38/+3 | ||
| | * | | | | | Qt: Reorganize connection of menu events | 2017-02-18 | 2 | -13/+23 | ||
| | * | | | | | Qt: Re-organize setup of debugging widgets | 2017-02-18 | 4 | -39/+51 | ||
| | * | | | | | Qt: Fix action name to match conventions | 2017-02-18 | 2 | -6/+6 | ||
| * | | | | | | OpenGL: Check if uniform block exists before updating it (#2581) | 2017-02-18 | 1 | -29/+30 | ||
| |/ / / / / | ||||||
| * | | | | | Qt: Make IsSingleFileDropEvent static | 2017-02-17 | 1 | -1/+1 | ||
| * | | | | | Qt: Allow any file extension in Open dialog | 2017-02-17 | 1 | -2/+3 | ||
| * | | | | | Qt: Remove orpahned function declaration | 2017-02-17 | 1 | -6/+0 | ||
| * | | | | | 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 | ||