[PR #173] [MERGED] Added Fullscreen mode #1361

Closed
opened 2026-02-27 21:12:14 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (8)

📊 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 removed SDL_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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/173 **Author:** [@Xphalnos](https://github.com/Xphalnos) **Created:** 6/7/2024 **Status:** ✅ Merged **Merged:** 6/9/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`ddde8a7`](https://github.com/shadps4-emu/shadPS4/commit/ddde8a7d8d51fba6d22201f4781497da8a8dd59a) Added Fullscreen mode - [`cf9c295`](https://github.com/shadps4-emu/shadPS4/commit/cf9c2954445187949d272184b8cd92a0684772ef) fix for config.toml - [`03aae1e`](https://github.com/shadps4-emu/shadPS4/commit/03aae1ec93ce8583917912417b44322c1da57bb4) fix for config.toml - [`0f0d96f`](https://github.com/shadps4-emu/shadPS4/commit/0f0d96fbea7bf9e130cc22a377ed9ddf1689b2bd) Merge branch 'main' of https://github.com/Xphalnos/shadPS4 - [`c953903`](https://github.com/shadps4-emu/shadPS4/commit/c953903c554088261d17a0ce31f6a310867c22cc) Small fix on window title - [`a966d80`](https://github.com/shadps4-emu/shadPS4/commit/a966d808b248791f482da6feda13037ed3a590e4) Merge branch 'main' of https://github.com/Xphalnos/shadPS4 - [`0a42c21`](https://github.com/shadps4-emu/shadPS4/commit/0a42c21e6bb09d1fbc6438a2a3dadaa06f423190) Apply review comment - [`be3e108`](https://github.com/shadps4-emu/shadPS4/commit/be3e10848c694db97093429dccb8f270e044871c) Merge branch 'shadps4-emu:main' into main ### 📊 Changes **3 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+8 -0) 📝 `src/common/config.h` (+1 -0) 📝 `src/sdl_window.cpp` (+3 -3) </details> ### 📄 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 removed `SDL_SetWindowResizable(window, SDL_FALSE);` because it is initially set to FALSE. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1361
No description provided.