| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix build and address review feedback | 2018-07-02 | 1 | -0/+1 | |
| | | |||||
| * | Add configurable logging backends | 2018-07-02 | 1 | -1/+6 | |
| | | |||||
| * | Update clang format | 2018-07-02 | 1 | -3/+3 | |
| | | |||||
| * | Rename logging macro back to LOG_* | 2018-07-02 | 3 | -23/+23 | |
| | | |||||
| * | settings: Add a configuration for use_accurate_framebuffers. | 2018-06-27 | 2 | -0/+6 | |
| | | |||||
| * | sdl: add check for GL extension support | 2018-06-04 | 2 | -0/+26 | |
| | | |||||
| * | yuzu_cmd: Fix project for latest msvc. | 2018-05-23 | 1 | -14/+12 | |
| | | |||||
| * | core: Add a configuration setting for use_multi_core. | 2018-05-10 | 2 | -0/+5 | |
| | | |||||
| * | string_util: Remove StringFromFormat() and related functions | 2018-04-29 | 1 | -2/+3 | |
| | | | | | Given we utilize fmt, we don't need to provide our own functions for formatting anymore | ||||
| * | frontends: Move logging macros over to new fmt-capable ones | 2018-04-26 | 3 | -19/+19 | |
| | | |||||
| * | Merge pull request #377 from adityaruplaha/sdl2-fullscreen | 2018-04-21 | 3 | -4/+40 | |
| |\ | | | | | SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607) | ||||
| | * | SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607) | 2018-04-21 | 3 | -4/+40 | |
| | | | |||||
| * | | Implement Pull #3528 from citra: use nvidia graphics automatically on ↵ | 2018-04-19 | 1 | -0/+9 | |
| |/ | | | | | | | | | | laptops with optimus (with AMD support) (#271) * Port 3528: use nvidia graphics automatically on laptops with optimus * Force dedicated AMD Card for switchable Graphics * Ran clang-format | ||||
| * | default_ini.h: Update from citra to yuzu | 2018-04-04 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #267 from N00byKing/patch-1 | 2018-04-02 | 1 | -1/+1 | |
| |\ | | | | | Update Dialog from citra to yuzu | ||||
| | * | yuzu.cpp: Update Link from citra to yuzu | 2018-03-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge pull request #276 from N00byKing/acctoyuzu | 2018-04-02 | 1 | -5/+5 | |
| |\ \ | | | | | | | Change Telemetry Names to yuzu and remove links to citra | ||||
| | * | | Remove Links to citra Services | 2018-03-27 | 1 | -2/+2 | |
| | | | | |||||
| | * | | Change Telemetry Names to yuzu | 2018-03-27 | 1 | -3/+3 | |
| | | | | |||||
| * | | | config: Use simplified checkbox (from Citra) for CPU JIT. | 2018-03-26 | 2 | -5/+4 | |
| | | | | |||||
| * | | | config: Rename is_docked to use_docked_mode to be consistent with other ↵ | 2018-03-26 | 2 | -2/+2 | |
| | | | | | | | | | | | | | config bools. | ||||
| * | | | config: Add setting for whether the system is docked or not. | 2018-03-26 | 2 | -0/+7 | |
| |/ / | |||||
| * | | Merge pull request #270 from N00byKing/patch-2 | 2018-03-23 | 1 | -4/+0 | |
| |\ \ | | | | | | | Remove Option for N/3DS from default.ini | ||||
| | * | | Remove Option for N/3DS from default.ini | 2018-03-23 | 1 | -4/+0 | |
| | |/ | |||||
| * / | CITRA_ICON -> YUZU_ICON | 2018-03-23 | 1 | -1/+1 | |
| |/ | |||||
| * | yuzu_cmd: change default cpu core to dynarmic | 2018-03-22 | 1 | -1/+1 | |
| | | |||||
| * | default_ini: change default cpu core to dynarmic | 2018-03-22 | 1 | -1/+1 | |
| | | |||||
| * | Format: Run the new clang format on everything | 2018-01-20 | 1 | -2/+10 | |
| | | |||||
| * | CMakeLists: Derive the source directory grouping from targets themselves | 2018-01-17 | 1 | -14/+11 | |
| | | | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases. | ||||
| * | Update default_ini.h | 2018-01-17 | 1 | -2/+2 | |
| | | |||||
| * | clang-format | 2018-01-16 | 1 | -1/+0 | |
| | | |||||
| * | Merge pull request #20 from Andrix44/fixes | 2018-01-15 | 1 | -2/+2 | |
| |\ | | | | | Various fixes | ||||
| | * | Update the internal resolution settings | 2018-01-15 | 1 | -2/+2 | |
| | | | |||||
| * | | yuzu_cmd: Fix default ini, add screenshot button | 2018-01-15 | 1 | -1/+2 | |
| | | | |||||
| * | | yuzu_cmd: fix default ini | 2018-01-15 | 1 | -9/+17 | |
| |/ | |||||
| * | Minor cleanup | 2018-01-13 | 2 | -4/+4 | |
| | | |||||
| * | config: Default log filter to trace. | 2018-01-13 | 2 | -2/+2 | |
| | | |||||
| * | Remove settings issues in sdl and fix a few files that broke in mingw | 2018-01-12 | 2 | -49/+0 | |
| | | |||||
| * | Get yuzu sdl to start compiling | 2018-01-12 | 5 | -12/+12 | |
| | | |||||
| * | Massive removal of unused modules | 2018-01-12 | 9 | -0/+842 | |