diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shader_recompiler/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/main.cpp b/src/shader_recompiler/main.cpp index 4022c6fe2..e6596d828 100644 --- a/src/shader_recompiler/main.cpp +++ b/src/shader_recompiler/main.cpp | |||
| @@ -52,7 +52,7 @@ int main() { | |||
| 52 | // RunDatabase(); | 52 | // RunDatabase(); |
| 53 | 53 | ||
| 54 | // FileEnvironment env{"D:\\Shaders\\Database\\test.bin"}; | 54 | // FileEnvironment env{"D:\\Shaders\\Database\\test.bin"}; |
| 55 | FileEnvironment env{"D:\\Shaders\\Database\\Oninaki\\CS8F146B41DB6BD826.bin"}; | 55 | FileEnvironment env{"D:\\Shaders\\Database\\Oninaki\\CS15C2FB1F0B965767.bin"}; |
| 56 | auto cfg{std::make_unique<Flow::CFG>(env, 0)}; | 56 | auto cfg{std::make_unique<Flow::CFG>(env, 0)}; |
| 57 | // fmt::print(stdout, "{}\n", cfg->Dot()); | 57 | // fmt::print(stdout, "{}\n", cfg->Dot()); |
| 58 | 58 | ||