diff options
Diffstat (limited to 'src/shader_recompiler/main.cpp')
| -rw-r--r-- | src/shader_recompiler/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shader_recompiler/main.cpp b/src/shader_recompiler/main.cpp index e3c9ad6e8..4022c6fe2 100644 --- a/src/shader_recompiler/main.cpp +++ b/src/shader_recompiler/main.cpp | |||
| @@ -51,7 +51,8 @@ void RunDatabase() { | |||
| 51 | int main() { | 51 | 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 | auto cfg{std::make_unique<Flow::CFG>(env, 0)}; | 56 | auto cfg{std::make_unique<Flow::CFG>(env, 0)}; |
| 56 | // fmt::print(stdout, "{}\n", cfg->Dot()); | 57 | // fmt::print(stdout, "{}\n", cfg->Dot()); |
| 57 | 58 | ||