NDSFactory/ui/tabs/fattools/fattoolstabfunctions.cpp
2024-08-04 20:09:19 +02: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);
}