Skip to content

Commit

Permalink
Remove reference to Dexie store from game addition doc
Browse files Browse the repository at this point in the history
Version bumping the settings storage is no longer needed for regular
game additions.
  • Loading branch information
anttimaki committed Aug 23, 2024
1 parent 447b733 commit 73398ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/Adding a game.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@
- EG: RoR2, NASB, TABS, etc.
- Pattern is lowercase although likely isn't necessary.

### Update SettingsDexieStore
You'll find a line similar to:
```ts
this.version(33).stores(store);
```
Bump this by one each time a game is added to GameManager.

### Creating new installation rules
- See all files under `/src/r2mm/installing/default_installation_rules/`
- `game_rules` stores all game specific rules.
Expand Down

0 comments on commit 73398ce

Please sign in to comment.