mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
Created V. FAQ (markdown)
parent
f8f228e720
commit
e573d1e127
28
V.-FAQ.md
Normal file
28
V.-FAQ.md
Normal file
@ -0,0 +1,28 @@
|
||||
# Frequently Asked Questions
|
||||
|
||||
* [**Where is game save data stored?**](#where-is-game-save-data-stored)
|
||||
* [**What about the log?**](#and-what-about-the-log)
|
||||
* [**What's the difference between Qt and SDL builds?**](#whats-the-difference-between-qt-and-sdl-builds)
|
||||
* [**I have questions or need technical support. Where should I go?**](#i-have-questions-or-need-technical-support-where-should-i-go)
|
||||
|
||||
### Where is game save data stored?
|
||||
|
||||
They are stored in `user/savedata/1/<Game ID>`
|
||||
### And what about the log ?
|
||||
For now, only the last log is saved.
|
||||
<br>It's located on `user > log > shad_log.txt`
|
||||
|
||||
### What's the difference between Qt and SDL builds?
|
||||
|
||||
* **Qt Builds:** Qt builds have a GUI and it makes configuration easy.
|
||||
* **SDL Builds:** SDL builds contain only the bare application to run the games and make them work.
|
||||
### Can I use the gamemode on Windows ?
|
||||
You can, but we don't think it will necessarily improve performance.
|
||||
<br>To do it: <code>Win+G</code>, go to <code>Settings</code>, check <code>remember as a game</code>
|
||||
|
||||
### I have questions or need technical support. Where should I go?
|
||||
|
||||
You can go to the **official shadPS4 Discord server**. There are kind people there who will be there to help you!
|
||||
|
||||
<a href="https://discord.gg/bFJxfftGW6">
|
||||
<img src="https://img.shields.io/discord/1080089157554155590?color=5865F2&label=shadPS4 Discord&logo=Discord&logoColor=white" width="250">
|
Loading…
Reference in New Issue
Block a user