Fernando Sahmkow
54e304fe2a
Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.
6 years ago
Fernando Sahmkow
7b18174eef
ARM/WaitTree: Better track the CallStack for each thread.
6 years ago
Fernando Sahmkow
5d3a2be04f
GUI: Make multicore only work with Async and add GUI for multicore.
6 years ago
Fernando Sahmkow
7020d498c5
General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running.
6 years ago
Fernando Sahmkow
e6f8bde74b
General: Fix Stop function
6 years ago
Fernando Sahmkow
ab9aae28bf
General: Initial Setup for Single Core.
6 years ago
Fernando Sahmkow
38c6c497f6
Yuzu/Debuggers: Correct Wait Tree for Paused threads.
6 years ago
Fernando Sahmkow
dc58058203
General: Setup yuzu threads' microprofile, naming and registry.
6 years ago
Fernando Sahmkow
e31425df38
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
323eb86c9f
Fix issues caused when changing the fullscreen hotkey
6 years ago
VolcaEM
b1f4de7874
Update FAQ function name (2/2)
6 years ago
VolcaEM
db96b5ee3b
Update FAQ function name (1/2)
6 years ago
VolcaEM
9e1975a166
Update function name again
6 years ago
VolcaEM
0b86c7eb6a
Update function name (2/2)
6 years ago
VolcaEM
f8247826fa
Update function name (1/2)
6 years ago
Kewlan
3eb8efc095
Add a "Mute Audio" hotkey
6 years ago
VolcaEM
7d08d548a9
Clang-format again
6 years ago
VolcaEM
b9f0b9dd06
Clang-format
6 years ago
VolcaEM
6582857356
Remove unnecessary newline
6 years ago
VolcaEM
a46df40939
Fix typo 2: electric boogaloo
6 years ago
VolcaEM
9e7ac6a009
Use QUrl (2/2)
6 years ago
VolcaEM
5c6adea222
Use QUrl (1/2)
6 years ago
VolcaEM
04497d9e4a
Fix formatting
6 years ago
VolcaEM
5f6e44552a
Fix typo
6 years ago
VolcaEM
57b93395a8
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
901bc09dd7
Small quality of life indication that mapped button is GC
6 years ago
unknown
8cf6efe677
Reorder variables to comply with the Auzure build pipeline
6 years ago
Ameer
121af3646d
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
c94583d867
Clang Formatting
6 years ago
Ameer
0248614add
GC Adapter Implementation
6 years ago
VolcaEM
409fedaf97
Correct function name (2/2)
6 years ago
VolcaEM
182ac8a504
Correct function name (1/2)
6 years ago
VolcaEM
23d57ed4f7
Clang-format
6 years ago
VolcaEM
d11b04ed46
Remove unnecessary conversion
6 years ago
VolcaEM
606e833d26
Address review comment by Lioncash
Co-authored-by: LC <mathew1800@gmail.com>
6 years ago
VolcaEM
b81af6ae9b
Add a "Open Mods Page" button to the GUI
6 years ago
FearlessTobi
a8674a7b86
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
9bb5bf0b2b
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
a7fe6dc232
Add translation of "Current Boxcat Events"
6 years ago
David Marcec
c7ed7d9427
Fix compilation when not building with boxcat
Fixes compilation when trying to build without boxcat enabled
6 years ago
MerryMage
778f86989a
bootmanager: Remove references to OpenGL for macOS
OpenGL macOS headers definitions clash heavily with each other
6 years ago
Kaiwen Xu
7a59eeb5be
Fix framebuffer size on fractional scaling display.
6 years ago
ReinUsesLisp
d89888389d
yuzu/configuration: Show assembly shaders check box
6 years ago
unknown
20a779299a
Add game versio to title bar
6 years ago
Morph
03fad5ebe8
yuzu/frontend: Remove internal resolution option
6 years ago
FearlessTobi
aaa4822fcb
Actually save the input when clearing/resetting to default
Co-Authored-By: xperia64 <xperiancedapps@gmail.com>
6 years ago
David Marcec
b032ebdfee
Implement macro JIT
6 years ago
Morph
b2af304918
Fix macOS code and change "Swapfile" to "Swap"
6 years ago
Tobias
d0a9caa08f
yuzu/discord_impl: Update the applicationID ( #3977 )
6 years ago
FearlessTobi
9f82a9a244
crypto: Make KeyManager a singleton class
Previously, we were reading the keys everytime a KeyManager object was created, causing yuzu to reread the keys file multiple hundreds of times when loading the game list.
With this change, it is only loaded once.
On my system, this decreased game list loading times by a factor of 20.
6 years ago