# Save States

Save states offer a way to take a snapshot of the current progress in a game in order to load the game in the exact state it was saved.

{% hint style="danger" %}
Save states do not offer a secure way of saving a game progress (no long-term solution), internal save mechanism offered by the games should be used in priority. Often, save states will break when an emulator is updated.
{% endhint %}

## Emulators compatibility

The following emulators offer save state functionality that is compatible with RetroBat:

<table><thead><tr><th width="262">Emulator</th><th>Remark</th><th data-hidden></th></tr></thead><tbody><tr><td>RetroArch</td><td>Most of the libretro cores are compatible</td><td></td></tr><tr><td>BigPemu</td><td>Watchpoint: automatic loading of save state upon game launch is not yet possible, it is necessary to use the L2 + <img src="https://990680527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FexdzL60ZuqPLldz2AYta%2Fuploads%2FxHRhyw00NGOZ8cEPrQdp%2Fimage.png?alt=media&#x26;token=d6027ace-7176-4b82-b702-e3b2b65d7cd4" alt=""> combo key after game launch to load the save state</td><td></td></tr><tr><td>BizHawk</td><td></td><td></td></tr><tr><td>Dolphin</td><td></td><td></td></tr><tr><td>Flycast</td><td></td><td></td></tr><tr><td>JGenesis</td><td></td><td></td></tr><tr><td>PCSX2</td><td></td><td></td></tr><tr><td>DuckStation</td><td></td><td></td></tr><tr><td>OpenMSX</td><td></td><td></td></tr><tr><td>PPSSPP</td><td></td><td></td></tr></tbody></table>

## How to load a save state

From the game list in RetroBat, hoghlight the game and press the ![](https://990680527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FexdzL60ZuqPLldz2AYta%2Fuploads%2FxHRhyw00NGOZ8cEPrQdp%2Fimage.png?alt=media\&token=d6027ace-7176-4b82-b702-e3b2b65d7cd4) button on your controller to display the savestate manager:

<div align="left"><figure><img src="https://i.imgur.com/7rLYjHO.png" alt=""><figcaption></figcaption></figure></div>

Select the save state to load and confirm to load the game.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.retrobat.org/advanced-features/save-states.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
