fxsdk/fxconv
Lephenixnoir 8d6bc9c14f
fxconv: add new return type convention for custom converters
Previously converters had to return:
- 0 on success, having called fxconv.elf() themselves
- 1 on failure

Now they also have the (preferred option) to return:
- a bytes or ObjectData on success, without calling fxconv.elf()
- None of failure
2024-06-02 16:10:13 +02:00
..
fxconv-main.py fxsdk: basic fx-CP support using HH2 as a loader 2024-06-02 16:10:13 +02:00
fxconv.py fxconv: add new return type convention for custom converters 2024-06-02 16:10:13 +02:00