fxr plugin update and fixes
This commit is contained in:
@@ -11,8 +11,11 @@ public class GameTarget : GameProjectTarget
|
||||
|
||||
// Reference the modules for game
|
||||
Modules.Add("Game");
|
||||
Modules.Add("FidelityFXFSR");
|
||||
|
||||
//Modules.Add("Cabrito");
|
||||
Architectures = new TargetArchitecture[] { TargetArchitecture.x64 };
|
||||
Platforms = new TargetPlatform[] { TargetPlatform.Windows };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user