mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 02:57:57 -05:00
shader: Initial instruction support
This commit is contained in:
@ -51,7 +51,8 @@ void RunDatabase() {
|
||||
int main() {
|
||||
// RunDatabase();
|
||||
|
||||
FileEnvironment env{"D:\\Shaders\\Database\\test.bin"};
|
||||
// FileEnvironment env{"D:\\Shaders\\Database\\test.bin"};
|
||||
FileEnvironment env{"D:\\Shaders\\Database\\Oninaki\\CS8F146B41DB6BD826.bin"};
|
||||
auto cfg{std::make_unique<Flow::CFG>(env, 0)};
|
||||
// fmt::print(stdout, "{}\n", cfg->Dot());
|
||||
|
||||
|
Reference in New Issue
Block a user