Implement Image Manipulation Into the Script Language
Dolphin Integration
Interesting ressources can be found here about the Dolphin main renderer.
/Source/Core/DolphinQt/MainWindow.h
/Source/Core/DolphinQt/RenderWidget.h
# Implement Atlas Engine Libraries
Implement Wiimm's WIT Tools Into the Script Language
CISO
Source : https://github.com/Wiimm/wiimms-iso-tools/blob/master/project/src/lib-ciso.h
enumError SetupReadCISO ( SUPERFILE * sf );
enumError ReadCISO ( SUPERFILE * sf, off_t…
Implement Wiimm's SZS Tools Into the Script Language
Spotting
After some research in the source code of this tools, some functions seem interesting to expose in our new library.
SZS
An SZS file is represented with the szs_file_t
…
Implement the Command Line Interface
Implement the Graphical User Interface
Input and Output of the Patcher