Skip to content

Commit 3ffa2d5

Browse files
authored
Update README.md
1 parent 83f81ae commit 3ffa2d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Custom file extension, `OJNList.dat` and `OJM` Sync support, Note Pan and Note V
2525
Quite amount of effort is needed to complete this hook so it can provide flexible virtual FileSystem:
2626
1. **`Charting` data classes / structs**
2727
Current design is not final and should follow O2Jam data structure as close as possible while maintaining customizability.
28-
2. **Image FileSystem Implementation**
29-
Hooks that customize FileSystem for Image files such as `OPI` and `OPA` files.
30-
3. **Synchronization Files Implementation**
28+
2. **Synchronization Files Implementation**
3129
Headers inside `OJNList.dat` and Samples inside `OJM` need to be match or else the game may fail to load the conversion output. This synchronization feature is possibly needed for Image files as well.
30+
3. **Image FileSystem Implementation**
31+
Hooks that customize FileSystem for Image files such as `OPI` and `OPA` files.
3232
4. **Serializers and Deserializers**
3333
Improvement for current Serializers and Deserializers, It also need a factory pattern or possibly other proper design that enable integration of new extension for other file formats.
3434
5. **`FindFirstFile` and `FindNextFile` Hook**

0 commit comments

Comments
 (0)