Function: getAllSaves()
getAllSaves():
Promise<GameSave[]>
Defined in: packages/core/src/saves/db.ts:129
Retrieves all saved games from the database (excluding system saves).
Returns
Promise<GameSave[]>
A promise that resolves to an array of game save objects.