NDSFactory/fatpatchingtabfunctions.cpp
2019-09-12 21:59:02 +02:00

8 lines
197 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);
}