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
3fcf2f201c
Add a "Mute Audio" hotkey
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
Morph
d594106360
yuzu/frontend: Remove internal resolution option
6 years ago
FearlessTobi
81f825ac0a
Actually save the input when clearing/resetting to default
Co-Authored-By: xperia64 <xperiancedapps@gmail.com>
6 years ago
David Marcec
05eeb7de3d
Implement macro JIT
6 years ago
Morph
e9bacfbe8b
Fix macOS code and change "Swapfile" to "Swap"
6 years ago
Tobias
4234de3fd7
yuzu/discord_impl: Update the applicationID ( #3977 )
6 years ago
ReinUsesLisp
541a254c2e
yuzu: Add frontend settings for assembly shaders
Add settings for assembly shaders. Currently hidden to avoid users from
accidentally enabled them.
6 years ago
Fernando Sahmkow
b9eff4d004
OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled.
This commit aims to help easing debugging of driver crashes without
having to modify existing code.
6 years ago
Morph
c02daca95c
main: Log host system memory parameters
Logs both physical memory and swapfile sizes, this is useful for support.
6 years ago
Morph
eedbf90664
frontend: Set minimum window size to 640x360 instead of 1280x720 ( #3413 )
6 years ago
James Rowe
99f5c3ca7f
Frontend: Remove tracking for context wrapper
6 years ago
bunnei
8588ac0645
core: settings: Add a setting for time zone.
6 years ago
bunnei
3439618956
yuzu: game_list: Fix 'Open Save Data Location' for device saves.
6 years ago
FearlessTobi
32bb64a0ec
Menubar: fix mouse tracking bug
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
6 years ago
Vitor Kiguchi
de072fd257
Fix the mistake in the port and update the comment for clarity
6 years ago
Kewlan
37b1427ea9
Add Restore Defaults and Clear options to hotkeys
6 years ago
Fernando Sahmkow
0cf32d6184
Clang Format.
6 years ago
Fernando Sahmkow
c8f4549d43
GPU: Add Fast GPU Time Option.
6 years ago
Ben Russell
616289e6b5
Update src/yuzu/main.cpp with missing const
Co-Authored-By: Mat M. <mathew1800@gmail.com>
6 years ago
Ben Russell
b14e413c35
Dump RomFS command to include Updates
Patch the RomFS with the selected updates before dumping. Previously the resulting RomFS only contained data from the original title.
To dump the RomFS without updates the user can disable the update under Properties before choosing Dump RomFS.
6 years ago
Kewlan
0e86640777
Edit modifier_scale with the deadzone slider
6 years ago
Fernando Sahmkow
7007675b65
Clang format.
6 years ago
Fernando Sahmkow
c213fd218b
UI: Replasce accurate GPU option for GPU Accuracy Level
6 years ago
Morph
a96e7a02ee
Add a trailing separator to the string path
Fixes #3643
6 years ago