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
adityaruplaha
958c98bdae
Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611 )
8 years ago
James Rowe
222ba939f2
Prevent crash from uninitialized telemetry
8 years ago
N00byKing
358050cfc6
core, main.h: Abort on 32Bit ROMs ( #309 )
* core, main.h: Abort on 32Bit ROMs
* main.cpp: Fix Grammar
8 years ago
N00byKing
1b7dc84132
Port citra-emu/citra#3610 to yuzu
8 years ago
N00byKing
b55dc9c85e
Remove whitespaces
8 years ago
N00byKing
78e974ba68
Add Dark theme, Icon theming
configure_general.ui: Add UI Option for Themes
config.cpp: Save Theme Settings
8 years ago
N00byKing
16b14aa7e3
main.h: Add pragma once, remove ifndef
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
f1423fcbc1
configure_general: Cleanup naming.
8 years ago
bunnei
c97ff4460c
qt: Add config option for is_docked.
8 years ago
bunnei
12b05c719e
config: Add setting for whether the system is docked or not.
8 years ago
bunnei
d8f745382b
graphics_surface: Remove superfluous cast.
8 years ago
bunnei
666d53299c
graphics_surface: Fix merge conflicts.
8 years ago
N00byKing
91e67ed430
main.cpp: Replace Citra with yuzu Wiki Links
8 years ago
N00byKing
d248b90c85
main.cpp: Update Dialog from citra to yuzu
8 years ago
Subv
0ce52b1da2
GPU: Make the debug_context variable a member of the frontend instead of a global.
8 years ago
Subv
39e60cfeb1
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
8 years ago
Subv
025d111308
Frontend: Allow opening the Surface View widget in the Qt frontend.
8 years ago
Subv
77fd0d47e7
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
8 years ago
Daniel Lim Wee Soong
47f96fe13a
Change "yuzu starting..." to be logged with the new macro
Just as a proof that it works
8 years ago
N00byKing
34b733e70e
CMake: Set EMU_ARCH_BITS in CMakeLists.txt
8 years ago
bunnei
e353b9fb3d
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
8 years ago
Vishal Sharma
65f3119074
Removes the use of QKeySequence::Cancel ( #186 )
* Removes the use of QKeySequence::Cancel to remove issues while running make
* Corrects characters in a line for travis failure
* Corrects space in a line for travis failure
8 years ago
bunnei
ac81c02ed9
kernel: Use Scheduler class for threading.
8 years ago
Hexagon12
a8d8c21e00
pls, that was easy
8 years ago
bunnei
c85e3a2234
debugger: Fix wait_tree crash.
8 years ago
James Rowe
096be16636
Format: Run the new clang format on everything
8 years ago
Lioncash
5e46a9bb2b
qt: Migrate to Qt 5 signal/slot connection syntax where applicable
8 years ago
Evgeni Danailov
cb3ab6ec77
ui: Rename almost all classes in configuration_input.ui ( #99 )
* Rename verticalLayout_25 to verticalLayout_23.
* Rename almost all classes.
8 years ago
River City Ransomware
da3e13fea5
Port citra #3336 - Resizes the configuration window to not be so stretched out
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
Lioncash
501d1cc33d
hotkeys: Add missing <QTreeWidgetItem> include
8 years ago
Lioncash
94a6515b71
game_list: Add missing override specifier for KeyReleaseEater's eventFilter function
8 years ago
Lioncash
15318b6601
game_list: Amend doxygen parameter identifiers for containsAllWords()
8 years ago
Lioncash
e50188374f
bootmanager: Minor tidiness/correctness changes
Moved over from #3266 in citra.
8 years ago
N00byKing
b17763e3d4
Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code ( #41 )
* Update bootmanager.cpp
* This *should* fix the clang error
8 years ago
noah katz
1c98f3a9b3
Fixed formatting
8 years ago
noah katz
9a9d33a741
Fix non translated string (same as Citra PR 2949)
8 years ago
muemart
aec3b28547
Use static functions instead of lambdas
8 years ago
muemart
5d5f1dfb68
Add translation support for button labels
8 years ago
muemart
f4f64cc197
Add button labels for sdl joystick mappings
8 years ago
MerryMage
e35644c005
clang-format
8 years ago
Tobias
1de165506f
Implement Pull #3030 from Citra
citra-qt: Rename derivative class name
8 years ago
N00byKing
7c6c8da218
Update game_list.cpp
8 years ago
N00byKing
0a8d13801a
Update CMakeLists.txt
8 years ago
N00byKing
8b097aa17e
Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError ( #39 )
8 years ago
goaaats
8cdc1be0df
Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)
8 years ago
goaaats
f473780c52
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
8 years ago