Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
140a9ea
Delete src/packages/device-profiles/src/profiles/knulli.ts
gittttreporter Feb 14, 2026
f4a30c3
Add files via upload
gittttreporter Feb 14, 2026
237ed9d
Delete src/utils/systems/index.ts
gittttreporter Feb 14, 2026
2a8a703
Delete src/utils/systems/systemRegistry.ts
gittttreporter Feb 14, 2026
52a6039
Add files via upload
gittttreporter Feb 14, 2026
54797e7
Add 'ndsi' to system types
gittttreporter Feb 14, 2026
e38d9e1
Merge branch 'JZimz:main' into main
gittttreporter Feb 16, 2026
d861b7a
Merge branch 'JZimz:main' into main
gittttreporter Feb 20, 2026
08dbf30
Update systemRegistry.ts
gittttreporter Feb 20, 2026
61f1576
Update systemRegistry.ts
gittttreporter Feb 20, 2026
548ddde
Added sync support for dsi roms in knulli profile
gittttreporter Feb 20, 2026
6ad1c3e
Added sync support for dsi games in muos profile
gittttreporter Feb 20, 2026
4e066c0
Added sync support for dsi roms in onion profile
gittttreporter Feb 20, 2026
188ea8e
Added sync support for ndsi roms in retroarch profile
gittttreporter Feb 20, 2026
0d9f26b
feat: add support for msx and wonderswan
gittttreporter Feb 22, 2026
b2dc70a
chore: modify system colors
gittttreporter Feb 22, 2026
cbf0f39
Merge branch 'main' of https://github.com/gittttreporter/romie
gittttreporter Feb 22, 2026
38a2f40
0.8.1
gittttreporter Feb 22, 2026
e601206
Delete src/packages/device-profiles/src/profiles/knulli.ts
gittttreporter Feb 23, 2026
989a5ff
Delete src/packages/device-profiles/src/profiles/muos.ts
gittttreporter Feb 23, 2026
9971e3f
Delete src/packages/device-profiles/src/profiles/onion.ts
gittttreporter Feb 23, 2026
aa28fa8
Delete src/packages/device-profiles/src/profiles/retroarch.ts
gittttreporter Feb 23, 2026
107c1af
Added sync support
gittttreporter Feb 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Desktop Entry]
Icon=folder-red
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "romie",
"productName": "ROMie",
"version": "0.8.0",
"version": "0.8.1",
"description": "ROM Manager for Retro Handhelds",
"main": ".vite/build/main.js",
"repository": {
Expand Down
Loading