mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1349] [CLOSED] Allowing Config class to resolve isFullscreen flag from CLI arguments #2064
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2064
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1349
Author: @robyn-dressler
Created: 10/12/2024
Status: ❌ Closed
Base:
main← Head:feature/fullscreen-flag📝 Commits (8)
dbb0805Allowing Config class to resolve isFullscreen flag from CLI argumentsc513073Merge remote-tracking branch 'origin/main' into feature/fullscreen-flagb1bbfa1Formatting fixc1ce5d7Merge remote-tracking branch 'origin/main' into feature/fullscreen-flagbf84589Adding an alias for fullscreen flag, removing patchFile setting from toml file7d40070Fixing SDL builddf2f721Formatting fix99defa7Rewriting code to use program_options library (pending ext-boost PR)📊 Changes
6 files changed (+66 additions, -21 deletions)
View changed files
📝
CMakeLists.txt(+2 -2)📝
src/common/config.cpp(+41 -0)📝
src/common/config.h(+5 -0)📝
src/emulator.cpp(+1 -1)📝
src/main.cpp(+9 -9)📝
src/qt_gui/main.cpp(+8 -9)📄 Description
Addresses feature request #1147
Changes:
Configclass-fand--fullscreenflags that overrideisFullscreenin the configpatchFilemember variable to config (but excluding from TOML file, since it's game specific)Emulator::RunI have unfortunately not been able to properly test fullscreen in my environment due to #1348, but I think the new CLI argument works.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.