feat: implement save management features

- Added new save management functionality including listing, deleting, and backing up emulator saves.
- Introduced `EmulatorSaves` and `SaveEntry` types to manage save data structure.
- Created `saveManager.ts` to handle save file operations and directory scanning.
- Developed `SaveManagerPage` component for user interface to view and manage saves by game or emulator.
- Updated global types to include save management methods in the renderer.
- Removed obsolete `types.d.ts` and its source map.
This commit is contained in:
2026-07-14 00:46:35 -05:00
parent e32046848d
commit e1db14b1c2
20 changed files with 1350 additions and 386 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "omniemu2",
"version": "0.1.3",
"version": "0.3.0",
"description": "Cross-platform emulator manager, game launcher and ROM manager",
"main": "dist/main/index.js",
"scripts": {