mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2025-07-08 21:20:13 +02:00
8 lines
205 B
C++
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);
|
|
}
|