mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #173] [MERGED] Added Fullscreen mode #1361
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#1361
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/173
Author: @Xphalnos
Created: 6/7/2024
Status: ✅ Merged
Merged: 6/9/2024
Merged by: @raphaelthegreat
Base:
main← Head:main📝 Commits (8)
ddde8a7Added Fullscreen modecf9c295fix for config.toml03aae1efix for config.toml0f0d96fMerge branch 'main' of https://github.com/Xphalnos/shadPS4c953903Small fix on window titlea966d80Merge branch 'main' of https://github.com/Xphalnos/shadPS40a42c21Apply review commentbe3e108Merge branch 'shadps4-emu:main' into main📊 Changes
3 files changed (+12 additions, -3 deletions)
View changed files
📝
src/common/config.cpp(+8 -0)📝
src/common/config.h(+1 -0)📝
src/sdl_window.cpp(+3 -3)📄 Description
I added the possibility of putting shadPS4 in Fullscreen. it works but I would need help to make the link between
SDL_SetWindowFullscreen(window, SDL_TRUE);and the config.toml file. I removedSDL_SetWindowResizable(window, SDL_FALSE);because it is initially set to FALSE.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.