108 Commits (7d5df4f0ba62acf1089c15bf30eacb385934f2ab)

Author SHA1 Message Date
Ariel Cabello 7d5df4f0ba Don't exit when using "-u" option in yuzu-cmd 3 years ago
Ariel Cabello d33bdc97d0 Add short "-u" option for yuzu_cmd. 3 years ago
Morph 7e353082ac main: (Windows) Set the current timer resolution to the maximum 3 years ago
Liam ceda2d280e general: rename CurrentProcess to ApplicationProcess 3 years ago
german77 3cd0b816cc yuzu_cmd: Order arguments alphabetically and port arguments from Qt 3 years ago
Chris Oboe 201733d1b5
Disable automatically opening the console on windows yuzu-cmd builds (#9485) 3 years ago
Liam 89dd7dc180 video_core: add null backend 3 years ago
Kyle Kienapfel 6fa3faec65 Add break for default cases 3 years ago
Enrico Mancuso b832942b6e
Add break statement in default case 3 years ago
bunnei a4d11f4427 core: Partially persist emulation state across game boots. 3 years ago
FearlessTobi f80c7c4cd5 core, network: Add ability to proxy socket packets 3 years ago
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant 4 years ago
FearlessTobi 6b5667dfa5 yuzu_cmd: Fix compilation 3 years ago
FearlessTobi 705f7db84d yuzu: Add ui files for multiplayer rooms 4 years ago
Liam a6371fb69d core: fix initialization in single core, sync GPU mode 4 years ago
Nikita Strygin 9e384ed54b Make yuzu-cmd respect log_filter setting 4 years ago
Liam 1f0fee33ed core/debugger: fix a number of shutdown deadlocks 4 years ago
Liam de6c0defb3 core/debugger: support operation in yuzu-cmd 4 years ago
lat9nq 0d7a0c0817 yuzu_cmd: Start the logging backend 4 years ago
ameerj a367db44cf yuzu_cmd: Reduce unused includes 4 years ago
lat9nq 24d51e1c92 yuzu_cmd: Allow user to specify config file location 4 years ago
Morph a6e6a5ac38 general: Get the current process program id directly from the system 4 years ago
Morph 64275dfbf4 general: Rename GetTitleID to GetProgramID 4 years ago
Morph 17763a44d5 core: Move ResultStatus outside of System 4 years ago
Morph 218ebc1fe8 yuzu_cmd: Remove remaining static system instances 4 years ago
yzct12345 001675dced
logging: Simplify and make thread-safe 4 years ago
lat9nq 335de3fdf5 emu_window: Remove global system instance 4 years ago
ameerj dd39b87b0c shader: Adhere to disk shader cache setting 5 years ago
san 583a10fded
yuzu-cmd: Fullscreen Improvements (#6656) 4 years ago
lat9nq b91b76df4f general: Make most settings a BasicSetting 5 years ago
ReinUsesLisp 4009ae1da2 bootmanager: Use std::stop_source for stopping emulation 5 years ago
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 64606aefcf common/log: Move Log namespace into the Common namespace 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
ReinUsesLisp 75ccd9959c gpu: Report renderer errors with exceptions 5 years ago
ReinUsesLisp 51512d01d8 renderer_opengl: Avoid precompiled cache and force NV GL cache directory 5 years ago
Morph e07540264d yuzu_cmd: Silence unreferenced local variable warning 5 years ago
Morph a745d87971 general: Fix various spelling errors 5 years ago
ReinUsesLisp 1b9e08ab78 cmake: Always enable Vulkan 5 years ago
FearlessTobi 10b0ab7926 yuzu: Remove gdbstub configuration 5 years ago
Lioncash 5bc4eabe36 core: Eliminate remaining usages of the global system instance 5 years ago
comex 994f497781 Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 5 years ago
Lioncash bcaadac22c core: Make use of [[nodiscard]] with the System class 5 years ago
ReinUsesLisp 7003090187 renderer_opengl: Remove emulated mailbox presentation 5 years ago
ReinUsesLisp 9e87193725 video_core: Remove all Core::System references in renderer 6 years ago
Lioncash 9e1b0af259 input_common: Eliminate most global state 5 years ago
Lioncash f6bb905182 common/telemetry: Migrate namespace into the Common namespace 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
lat9nq 63d23835ef
configuration: implement per-game configurations (#4098) 6 years ago