Subv
ba2fb83d60
Frontend: Check for more required OpenGL extensions during startup.
8 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.
8 years ago
bunnei
03c2d049d4
settings: Turn docked mode off by default.
8 years ago
bunnei
05cb10530f
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
8 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
8 years ago
James Rowe
020d005d8c
yuzu-cmd Apply the filter string from settings
8 years ago
fearlessTobi
c9aadff9a9
Remove some references to Citra
8 years ago
bunnei
76b475faf7
Fix build and address review feedback
8 years ago
James Rowe
6269a01b4e
Add configurable logging backends
8 years ago
James Rowe
0d46f0df12
Update clang format
8 years ago
James Rowe
638956aa81
Rename logging macro back to LOG_*
8 years ago
bunnei
1bbbd26563
settings: Add a configuration for use_accurate_framebuffers.
8 years ago
BreadFish64
fbef849c04
sdl: add check for GL extension support
8 years ago
bunnei
1ce7942dc2
yuzu_cmd: Fix project for latest msvc.
8 years ago
bunnei
9bf2a428f9
core: Add a configuration setting for use_multi_core.
8 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
8 years ago
Lioncash
3062eb52f4
frontends: Move logging macros over to new fmt-capable ones
8 years ago
adityaruplaha
f48d5e4c4c
SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607 )
8 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
8 years ago
N00byKing
1f37dd02ce
default_ini.h: Update from citra to yuzu
8 years ago
N00byKing
10738588a4
Remove Links to citra Services
8 years ago
N00byKing
8004af0d05
Change Telemetry Names to yuzu
8 years ago
bunnei
94f4009c3b
config: Use simplified checkbox (from Citra) for CPU JIT.
8 years ago
bunnei
5ecf152c8e
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
8 years ago
bunnei
12b05c719e
config: Add setting for whether the system is docked or not.
8 years ago
N00byKing
10d6b07161
yuzu.cpp: Update Link from citra to yuzu
8 years ago
N00byKing
32fd57f0c8
Remove Option for N/3DS from default.ini
8 years ago
N00byKing
5ded39f5d8
CITRA_ICON -> YUZU_ICON
8 years ago
Valentin Vanelslande
ee5f5a2c2d
yuzu_cmd: change default cpu core to dynarmic
8 years ago
Valentin Vanelslande
47cac816f6
default_ini: change default cpu core to dynarmic
8 years ago
James Rowe
096be16636
Format: Run the new clang format on everything
8 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.
8 years ago
N00byKing
b2386fc712
Update default_ini.h
8 years ago
MerryMage
e35644c005
clang-format
8 years ago
unknown
27960d8c2c
Update the internal resolution settings
8 years ago
shinyquagsire23
9fba2d68fe
yuzu_cmd: Fix default ini, add screenshot button
8 years ago
shinyquagsire23
cdb43e64c1
yuzu_cmd: fix default ini
8 years ago
MerryMage
80db02c497
Minor cleanup
8 years ago
bunnei
95ce471774
config: Default log filter to trace.
8 years ago
James Rowe
70e65ee63a
Remove settings issues in sdl and fix a few files that broke in mingw
8 years ago
James Rowe
f5f28a4f67
Get yuzu sdl to start compiling
8 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago