Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file_util: Use an enum class for GetUserPath() | Lioncash | 2018-07-21 | 1 | -8/+13 |
| | | | | | | | | | | | | | Instead of using an unsigned int as a parameter and expecting a user to always pass in the correct values, we can just convert the enum into an enum class and use that type as the parameter type instead, which makes the interface more type safe. We also get rid of the bookkeeping "NUM_" element in the enum by just using an unordered map. This function is generally low-frequency in terms of calls (and I'd hope so, considering otherwise would mean we're slamming the disk with IO all the time) so I'd consider this acceptable in this case. | ||||
* | OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. | bunnei | 2018-07-14 | 1 | -0/+5 |
| | |||||
* | Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637) | Tobias | 2018-07-12 | 1 | -3/+1 |
| | | | | | | * Port #3335 and #3373 from Citra * Fixup: Use the new logging placeholders | ||||
* | yuzu-cmd Apply the filter string from settings | James Rowe | 2018-07-12 | 1 | -2/+1 |
| | |||||
* | Fix build and address review feedback | bunnei | 2018-07-03 | 1 | -0/+1 |
| | |||||
* | Add configurable logging backends | James Rowe | 2018-07-03 | 1 | -1/+6 |
| | |||||
* | Update clang format | James Rowe | 2018-07-03 | 1 | -3/+3 |
| | |||||
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -10/+10 |
| | |||||
* | yuzu_cmd: Fix project for latest msvc. | bunnei | 2018-05-24 | 1 | -14/+12 |
| | |||||
* | frontends: Move logging macros over to new fmt-capable ones | Lioncash | 2018-04-27 | 1 | -12/+12 |
| | |||||
* | Merge pull request #377 from adityaruplaha/sdl2-fullscreen | bunnei | 2018-04-21 | 1 | -2/+10 |
|\ | | | | | SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607) | ||||
| * | SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607) | adityaruplaha | 2018-04-21 | 1 | -2/+10 |
| | | |||||
* | | Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271) | N00byKing | 2018-04-19 | 1 | -0/+9 |
|/ | | | | | | | | * Port 3528: use nvidia graphics automatically on laptops with optimus * Force dedicated AMD Card for switchable Graphics * Ran clang-format | ||||
* | yuzu.cpp: Update Link from citra to yuzu | N00byKing | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | clang-format | MerryMage | 2018-01-16 | 1 | -1/+0 |
| | |||||
* | Minor cleanup | MerryMage | 2018-01-14 | 1 | -2/+2 |
| | |||||
* | Get yuzu sdl to start compiling | James Rowe | 2018-01-13 | 1 | -0/+176 |