mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 14:23:37 +00:00
Fix command line tool after git reorganization.
This commit is contained in:
parent
e39b23d18c
commit
c9567b132d
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ int main(int argc, char **argv) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
const Image *img = file.GetImage();
|
||||
|
||||
int numBlocks = (img->GetWidth() * img->GetHeight())/16;
|
||||
BlockStatManager *statManager = NULL;
|
||||
if(bSaveLog) {
|
||||
|
|
Loading…
Reference in a new issue