fearlessTobi
d037602d5c
Port #3665 from Citra
8 years ago
fearlessTobi
6335002f55
Port #3641 from Citra
8 years ago
Subv
555a0638ec
Frontend: Check for more required OpenGL extensions during startup.
8 years ago
Lioncash
85ca923ed4
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
6143bfd58a
settings: Turn docked mode off by default.
8 years ago
bunnei
91e048cce7
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
8 years ago
Tobias
7bf3ea7dcc
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
bed23a6e25
yuzu-cmd Apply the filter string from settings
8 years ago
fearlessTobi
08acefbaab
Remove some references to Citra
8 years ago
bunnei
0afb4ff542
Fix build and address review feedback
8 years ago
James Rowe
7af1a786d5
Add configurable logging backends
8 years ago
James Rowe
d74d2a77cb
Update clang format
8 years ago
James Rowe
e159c550d8
Rename logging macro back to LOG_*
8 years ago
bunnei
47ba060950
settings: Add a configuration for use_accurate_framebuffers.
8 years ago
BreadFish64
8a956adf8c
sdl: add check for GL extension support
8 years ago
bunnei
cd93d74b16
yuzu_cmd: Fix project for latest msvc.
8 years ago
bunnei
bbd273e7ce
core: Add a configuration setting for use_multi_core.
8 years ago
Lioncash
d1e3e0eb42
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
ef3129bf7a
frontends: Move logging macros over to new fmt-capable ones
8 years ago
adityaruplaha
cd2aeb1046
SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607 )
8 years ago
N00byKing
f2001a33cc
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
6263f437d7
default_ini.h: Update from citra to yuzu
8 years ago
N00byKing
a97c186684
Remove Links to citra Services
8 years ago
N00byKing
b411bdb76e
Change Telemetry Names to yuzu
8 years ago
bunnei
32181284be
config: Use simplified checkbox (from Citra) for CPU JIT.
8 years ago
bunnei
af6e1f8554
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
8 years ago
bunnei
679d29d9f8
config: Add setting for whether the system is docked or not.
8 years ago
N00byKing
33c1780755
yuzu.cpp: Update Link from citra to yuzu
8 years ago
N00byKing
3aeeaeaf2b
Remove Option for N/3DS from default.ini
8 years ago
N00byKing
4023ee09fc
CITRA_ICON -> YUZU_ICON
8 years ago
Valentin Vanelslande
96b4fc4206
yuzu_cmd: change default cpu core to dynarmic
8 years ago
Valentin Vanelslande
a105e0f72d
default_ini: change default cpu core to dynarmic
8 years ago
James Rowe
ea88c44eb8
Format: Run the new clang format on everything
8 years ago
Lioncash
447c25646e
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
f28fd7a13b
Update default_ini.h
8 years ago
MerryMage
41bfd994f6
clang-format
8 years ago
unknown
b22d73d2af
Update the internal resolution settings
8 years ago
shinyquagsire23
382e739799
yuzu_cmd: Fix default ini, add screenshot button
8 years ago
shinyquagsire23
c4d48f291a
yuzu_cmd: fix default ini
8 years ago
MerryMage
2c057ef5df
Minor cleanup
8 years ago
bunnei
e443f7a301
config: Default log filter to trace.
8 years ago
James Rowe
d0588e52ab
Remove settings issues in sdl and fix a few files that broke in mingw
8 years ago
James Rowe
41830b061a
Get yuzu sdl to start compiling
8 years ago
James Rowe
5dbd091a80
Massive removal of unused modules
8 years ago