Commit Graph

50 Commits (99b5aa273cedd32751d3faaabb442e4453b1c32c)

Author SHA1 Message Date
bunnei ec2b7cdb1d
Merge pull request #836 from FearlessTobi/port-3594
Port #3665 from Citra: "frontend: Log Citra version"
7 years ago
fearlessTobi 6f05a57712 Port #3665 from Citra 7 years ago
fearlessTobi 7a2acc86e6 Port #3641 from Citra 7 years ago
Subv ba2fb83d60 Frontend: Check for more required OpenGL extensions during startup. 7 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath()
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.
7 years ago
bunnei 03c2d049d4 settings: Turn docked mode off by default. 7 years ago
bunnei 05cb10530f OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. 7 years ago
Tobias 316b933a31 Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637)
* Port #3335 and #3373 from Citra

* Fixup: Use the new logging placeholders
7 years ago
James Rowe 020d005d8c yuzu-cmd Apply the filter string from settings 7 years ago
fearlessTobi c9aadff9a9 Remove some references to Citra 7 years ago
bunnei 76b475faf7 Fix build and address review feedback 7 years ago
James Rowe 6269a01b4e Add configurable logging backends 7 years ago
James Rowe 0d46f0df12 Update clang format 7 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 7 years ago
bunnei 1bbbd26563 settings: Add a configuration for use_accurate_framebuffers. 7 years ago
BreadFish64 fbef849c04 sdl: add check for GL extension support 7 years ago
bunnei 1ce7942dc2 yuzu_cmd: Fix project for latest msvc. 7 years ago
bunnei 9bf2a428f9 core: Add a configuration setting for use_multi_core. 7 years ago
Lioncash 3abba08080
string_util: Remove StringFromFormat() and related functions
Given we utilize fmt, we don't need to provide our own functions for formatting anymore
7 years ago
Lioncash 3062eb52f4
frontends: Move logging macros over to new fmt-capable ones 7 years ago
bunnei 62937798a0
Merge pull request #377 from adityaruplaha/sdl2-fullscreen
SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)
7 years ago
adityaruplaha f48d5e4c4c SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607) 7 years ago
N00byKing 8a47e7e493 Implement Pull #3528 from citra: use nvidia graphics automatically on 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
7 years ago
N00byKing 1f37dd02ce
default_ini.h: Update from citra to yuzu 7 years ago
bunnei c824648db5
Merge pull request #267 from N00byKing/patch-1
Update Dialog from citra to yuzu
7 years ago
bunnei 6cd1482354
Merge pull request #276 from N00byKing/acctoyuzu
Change Telemetry Names to yuzu and remove links to citra
7 years ago
N00byKing 10738588a4 Remove Links to citra Services 7 years ago
N00byKing 8004af0d05 Change Telemetry Names to yuzu 7 years ago
bunnei 94f4009c3b config: Use simplified checkbox (from Citra) for CPU JIT. 7 years ago
bunnei 5ecf152c8e config: Rename is_docked to use_docked_mode to be consistent with other config bools. 7 years ago
bunnei 12b05c719e config: Add setting for whether the system is docked or not. 7 years ago
N00byKing 10d6b07161
yuzu.cpp: Update Link from citra to yuzu 7 years ago
bunnei fd0a7c0aaf
Merge pull request #270 from N00byKing/patch-2
Remove Option for N/3DS from default.ini
7 years ago
N00byKing 32fd57f0c8
Remove Option for N/3DS from default.ini 7 years ago
N00byKing 5ded39f5d8
CITRA_ICON -> YUZU_ICON 7 years ago
Valentin Vanelslande ee5f5a2c2d
yuzu_cmd: change default cpu core to dynarmic 7 years ago
Valentin Vanelslande 47cac816f6
default_ini: change default cpu core to dynarmic 7 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 7 years ago
Lioncash e710a1b989 CMakeLists: Derive the source directory grouping from targets themselves
Removes the need to store to separate SRC and HEADER variables, and then
construct the target in most cases.
7 years ago
N00byKing b2386fc712
Update default_ini.h 7 years ago
MerryMage e35644c005 clang-format 7 years ago
bunnei 054d3e5fc3
Merge pull request #20 from Andrix44/fixes
Various fixes
7 years ago
unknown 27960d8c2c Update the internal resolution settings 7 years ago
shinyquagsire23 9fba2d68fe yuzu_cmd: Fix default ini, add screenshot button 7 years ago
shinyquagsire23 cdb43e64c1 yuzu_cmd: fix default ini 7 years ago
MerryMage 80db02c497 Minor cleanup 7 years ago
bunnei 95ce471774 config: Default log filter to trace. 7 years ago
James Rowe 70e65ee63a Remove settings issues in sdl and fix a few files that broke in mingw 7 years ago
James Rowe f5f28a4f67 Get yuzu sdl to start compiling 7 years ago
James Rowe ebf9a784a9 Massive removal of unused modules 7 years ago