Fixed threading issue pointed out by unknownbrackets and made texture scaling changes apply immediately

This commit is contained in:
Peter Thoman 2013-04-30 17:20:28 +02:00 committed by Peter Thoman
parent 37a33d9daf
commit 2212e7f609
7 changed files with 26 additions and 3 deletions

View file

@ -177,7 +177,7 @@ namespace MainWindow
void setXbrzTexScaling(int num) {
g_Config.iXBRZTexScalingLevel = num;
if(gpu) gpu->InvalidateCache(0,0);
if(gpu) gpu->ClearCacheNextFrame();
}
BOOL Show(HINSTANCE hInstance, int nCmdShow)