Commit Graph
11 Commits
Author SHA1 Message Date
miles fa139ea580 update sorry 2026-07-10 02:18:01 -05:00
miles 7cbde654ac Fix command to start the Vite dev server
Updated the README to change 'npm run dev' to 'npm run start' for starting the server.
2026-07-10 00:54:17 -05:00
miles b673e59d3c chore: update version to 0.1.1 and adjust User-Agent headers 2026-07-10 00:10:49 -05:00
miles a75cfb8d2a fix: update preset source URL in configurator and settings 2026-07-09 21:48:17 -05:00
miles bd8b83a02f feat: enhance emulator configuration and controller support
- Refactored built-in presets in configurator.ts to improve organization and added new configurations for various emulators.
- Implemented caching for scraped cover URLs in scraper.ts and added functionality to apply cached covers to game entries.
- Updated IPC handlers in ipc.ts to support caching of cover URLs.
- Enhanced gamepad navigation in useGamepadNav.ts for better user experience with controller inputs.
- Improved controller detection and button labeling in ControllerPage.tsx to support PlayStation, Xbox, and Switch controllers.
- Added accessibility features to game cards in Dashboard.tsx and LibraryPage.tsx for keyboard navigation.
- Introduced a new presets.json file with recommended configurations for various emulators.
- Updated styles.css to enhance focus visibility for keyboard and controller navigation.
2026-07-09 21:31:39 -05:00
miles 9a3002010d remove GitHub Actions build 2026-07-09 03:32:58 -05:00
miles 3ae0b812c9 feat: add BIOS management and controller configuration features
- Implemented BIOS scanning and configuration functionality.
- Added support for managing recent games and scraping game art.
- Introduced a new Controller page for configuring gamepad settings.
- Enhanced the Dashboard to display recent games and quick actions.
- Updated the Emulators page to include launch and uninstall options.
- Improved the Settings page to manage BIOS directory and configurations.
- Added a gamepad navigation hook for better controller support.
- Refactored styles to accommodate new UI components and features.
2026-07-09 03:31:59 -05:00
miles 59cd586e3b still workign to make it this is just a back up 2026-07-08 21:38:57 -05:00
miles e1ee2173d2 testing 2026-07-08 16:08:30 -05:00
miles 27a5394510 feat: add core functionality for emulator management and game library
- Implement IPC handlers for system info, emulator management, ROM scanning, and settings.
- Create platform utilities to retrieve system information.
- Develop preload script to expose API to renderer process.
- Establish settings management with file read/write capabilities.
- Build main application layout with React, including sidebar navigation and multiple pages (Dashboard, Emulators, Library, Settings).
- Design and implement styles for a cohesive user interface.
- Add type definitions for shared data structures between main and renderer processes.
- Configure TypeScript and Vite for building the application.
2026-07-08 15:59:59 -05:00
miles 14f0114c90 Initial commit 2026-07-08 15:18:14 -05:00