mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 14:27:42 +00:00
Make SIGINT a bit cleaner for packaging
This commit is contained in:
@@ -174,6 +174,11 @@ public:
|
||||
cp.waitUntilComplete();
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cancel()
|
||||
{
|
||||
m_useProj->interruptCook();
|
||||
}
|
||||
};
|
||||
|
||||
#endif // CTOOL_COOK
|
||||
|
||||
Reference in New Issue
Block a user