BreadFish64
0641950f9a
qt: add check for GL extension support
8 years ago
Subv
c50393e066
Qt/WaitTree: Display the callstack for each thread in the wait tree widget.
8 years ago
bunnei
46ec9a9bc9
thread: Rename mask to affinity_masks.
8 years ago
bunnei
e6671190a5
wait_tree: Add ideal core and affinity mask.
8 years ago
bunnei
5c0421ebd8
wait_tree: Show all threads on all schedulers.
8 years ago
bunnei
9bf2a428f9
core: Add a configuration setting for use_multi_core.
8 years ago
bunnei
a434fdcb10
core: Implement multicore support.
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
bunnei
239ac8abe2
memory_manager: Make GpuToCpuAddress return an optional.
8 years ago
bunnei
9e11a76e92
memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.
8 years ago
Subv
010227e149
GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format as the A2BGR10 texture format.
8 years ago
Subv
013778aa21
Qt: Update the WaitTree widget to show info about the current mutex of each thread.
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
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