NDSFactory/ui/tabs/fatpatching/fatpatchingtabfunctions.cpp
2021-03-01 18:56:19 +01:00

8 lines
205 B
C++

#include "./../../mainwindow.h"
bool MainWindow::patchFat(const std::string& loadPath, uint32_t shiftSize, const std::string& savePath)
{
return ndsFactory.patchFat(loadPath, shiftSize, savePath);
}