mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 16:33:48 +00:00
Add hooks to command line... needs debugging -___-
This commit is contained in:
parent
c9567b132d
commit
87b9aa6856
1 changed files with 5 additions and 1 deletions
|
@ -149,6 +149,10 @@ int main(int argc, char **argv) {
|
|||
statManager->ToFile(strcat(argv[fileArg], ".log"));
|
||||
}
|
||||
|
||||
Image cImg (*ci);
|
||||
ImageFile cImgFile (strcat(argv[fileArg], "-bc7.png"), eFileFormat_PNG, cImg);
|
||||
cImgFile.Write();
|
||||
|
||||
// Cleanup
|
||||
delete ci;
|
||||
if(statManager)
|
||||
|
|
Loading…
Reference in a new issue