Ameer
12e679c39c
Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readability
6 years ago
Jan Beich
c1bbc77b7c
cmake: stop linking against QGL after 01a3b4f0de
6 years ago
Lioncash
1e362da176
key_manager: Correct casing of instance()
Our codebase uppercases member function names.
6 years ago
Fernando Sahmkow
8d603539a4
YuzuQT: Hide Speed UI on Multicore.
6 years ago
Fernando Sahmkow
adc86e3030
Clang Format.
6 years ago
Fernando Sahmkow
543b6b315f
General: Correct rebase, sync gpu and context management.
6 years ago
Fernando Sahmkow
6f0c873d48
General: Cleanup legacy code.
6 years ago
Fernando Sahmkow
1146679de6
Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.
6 years ago
Fernando Sahmkow
c22d3e1e18
ARM/WaitTree: Better track the CallStack for each thread.
6 years ago
Fernando Sahmkow
1bcceea736
GUI: Make multicore only work with Async and add GUI for multicore.
6 years ago
Fernando Sahmkow
b121009e03
General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running.
6 years ago
Fernando Sahmkow
cb974be3ce
General: Fix Stop function
6 years ago
Fernando Sahmkow
cc2f7dcd08
General: Initial Setup for Single Core.
6 years ago
Fernando Sahmkow
119d9844db
Yuzu/Debuggers: Correct Wait Tree for Paused threads.
6 years ago
Fernando Sahmkow
9846f5822d
General: Setup yuzu threads' microprofile, naming and registry.
6 years ago
Fernando Sahmkow
7ee76003ad
General: Recover Prometheus project from harddrive failure
This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host
Timing, Reworks the Kernel's Scheduler, Introduce Idle State and
Suspended State, Recreates the bootmanager, Initializes Multicore
system.
6 years ago
Kewlan
eac502f442
Fix issues caused when changing the fullscreen hotkey
6 years ago
VolcaEM
c6e7f72cb1
Update FAQ function name (2/2)
6 years ago
VolcaEM
873e6fc739
Update FAQ function name (1/2)
6 years ago
VolcaEM
cfd829e6ac
Update function name again
6 years ago
VolcaEM
c50c165d3c
Update function name (2/2)
6 years ago
VolcaEM
032cf4330e
Update function name (1/2)
6 years ago
Kewlan
3fcf2f201c
Add a "Mute Audio" hotkey
6 years ago
VolcaEM
9d72389b35
Clang-format again
6 years ago
VolcaEM
b16bfe629d
Clang-format
6 years ago
VolcaEM
f9233dc922
Remove unnecessary newline
6 years ago
VolcaEM
d0647a7ae9
Fix typo 2: electric boogaloo
6 years ago
VolcaEM
c8d6e50b05
Use QUrl (2/2)
6 years ago
VolcaEM
d82f550d12
Use QUrl (1/2)
6 years ago
VolcaEM
002d762b78
Fix formatting
6 years ago
VolcaEM
5590f4775e
Fix typo
6 years ago
VolcaEM
a6150263c9
Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu
While we're at it, also refactor the function used by OnOpenModsPage to be compatible with other URLs
6 years ago
Ameer
e8c8a5bafd
Small quality of life indication that mapped button is GC
6 years ago
unknown
c352c30597
Reorder variables to comply with the Auzure build pipeline
6 years ago
Ameer
eddf2d0f4e
Singleton GC Adapter class, remove globals, fix naming convention
Fix clang formatting
Manual fix for configure_input_player formatting
Add missing lib usb cmake command
6 years ago
Ameer
77ae7fe5dd
Clang Formatting
6 years ago
Ameer
dbe1ad4fe4
GC Adapter Implementation
6 years ago
VolcaEM
fc68fb9ff5
Correct function name (2/2)
6 years ago
VolcaEM
7f61427719
Correct function name (1/2)
6 years ago
VolcaEM
ba50f8b8e6
Clang-format
6 years ago
VolcaEM
2d1d304a4d
Remove unnecessary conversion
6 years ago
VolcaEM
5e324ef05d
Address review comment by Lioncash
Co-authored-by: LC <mathew1800@gmail.com>
6 years ago
VolcaEM
b453eca31f
Add a "Open Mods Page" button to the GUI
6 years ago
FearlessTobi
18fed8039b
Fix: fatal error CVT1100 when compiling manifest file
Occurs when doing a local compile in MSVC build. The compiler I'm using is as below:
Microsoft Visual Studio Community 2019 Preview
Version 16.6.0 Preview 5.0
Fixes this error:
CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
I have put 0 since previous name was 1. If have other names in mind, please let me know.
Co-Authored-By: dragios <dragios@users.noreply.github.com>
6 years ago
Morph
9c5847125f
main: Append AVX and FMA instructions to cpu string
Append AVX and FMA instructions to cpu string if the host cpu supports them
6 years ago
David Marcec
55654b5a12
Add translation of "Current Boxcat Events"
6 years ago
David Marcec
39ef4c6d57
Fix compilation when not building with boxcat
Fixes compilation when trying to build without boxcat enabled
6 years ago
MerryMage
638087a937
bootmanager: Remove references to OpenGL for macOS
OpenGL macOS headers definitions clash heavily with each other
6 years ago
Kaiwen Xu
fd55281d8a
Fix framebuffer size on fractional scaling display.
6 years ago
ReinUsesLisp
d2993294bb
yuzu/configuration: Show assembly shaders check box
6 years ago