summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
AgeCommit message (Collapse)Author
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-31audio_core: Add configuration settings.bunnei
2018-07-26Merge pull request #836 from FearlessTobi/port-3594bunnei
Port #3665 from Citra: "frontend: Log Citra version"
2018-07-26Port #3665 from CitrafearlessTobi
2018-07-26Port #3641 from CitrafearlessTobi
2018-07-22Frontend: Check for more required OpenGL extensions during startup.Subv
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
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.
2018-07-17settings: Turn docked mode off by default.bunnei
2018-07-14OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei
2018-07-12Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual ↵Tobias
error preventing SDL from working" (#637) * Port #3335 and #3373 from Citra * Fixup: Use the new logging placeholders
2018-07-12yuzu-cmd Apply the filter string from settingsJames Rowe
2018-07-06Remove some references to CitrafearlessTobi
2018-07-02Fix build and address review feedbackbunnei
2018-07-02Add configurable logging backendsJames Rowe
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-27settings: Add a configuration for use_accurate_framebuffers.bunnei
2018-06-04sdl: add check for GL extension supportBreadFish64
2018-05-23yuzu_cmd: Fix project for latest msvc.bunnei
2018-05-10core: Add a configuration setting for use_multi_core.bunnei
2018-04-29string_util: Remove StringFromFormat() and related functionsLioncash
Given we utilize fmt, we don't need to provide our own functions for formatting anymore
2018-04-26frontends: Move logging macros over to new fmt-capable onesLioncash
2018-04-21Merge pull request #377 from adityaruplaha/sdl2-fullscreenbunnei
SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)
2018-04-21SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha
2018-04-19Implement Pull #3528 from citra: use nvidia graphics automatically on ↵N00byKing
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
2018-04-04default_ini.h: Update from citra to yuzuN00byKing
2018-04-02Merge pull request #267 from N00byKing/patch-1bunnei
Update Dialog from citra to yuzu
2018-04-02Merge pull request #276 from N00byKing/acctoyuzubunnei
Change Telemetry Names to yuzu and remove links to citra
2018-03-27Remove Links to citra ServicesN00byKing
2018-03-27Change Telemetry Names to yuzuN00byKing
2018-03-26config: Use simplified checkbox (from Citra) for CPU JIT.bunnei
2018-03-26config: Rename is_docked to use_docked_mode to be consistent with other ↵bunnei
config bools.
2018-03-26config: Add setting for whether the system is docked or not.bunnei
2018-03-26yuzu.cpp: Update Link from citra to yuzuN00byKing
2018-03-23Merge pull request #270 from N00byKing/patch-2bunnei
Remove Option for N/3DS from default.ini
2018-03-23Remove Option for N/3DS from default.iniN00byKing
2018-03-23CITRA_ICON -> YUZU_ICONN00byKing
2018-03-22yuzu_cmd: change default cpu core to dynarmicValentin Vanelslande
2018-03-22default_ini: change default cpu core to dynarmicValentin Vanelslande
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-17CMakeLists: Derive the source directory grouping from targets themselvesLioncash
Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases.
2018-01-17Update default_ini.hN00byKing
2018-01-16clang-formatMerryMage
2018-01-15Merge pull request #20 from Andrix44/fixesbunnei
Various fixes
2018-01-15Update the internal resolution settingsunknown
2018-01-15yuzu_cmd: Fix default ini, add screenshot buttonshinyquagsire23
2018-01-15yuzu_cmd: fix default inishinyquagsire23
2018-01-13Minor cleanupMerryMage
2018-01-13config: Default log filter to trace.bunnei