Dimy

Results 2 issues of Dimy

Steps to reproduce : -grab the following pixel shader [TestFpo2.zip](https://github.com/bo3b/3Dmigoto/files/7112402/TestFpo2.zip) -cmdDecompiler.exe -D TestFpo2.shd This will ouput the following error : "No opcode frc" The expected output can be obtained with...

Samples : [Samples.zip](https://github.com/icculus/mojoshader/files/7115256/Samples.zip) Code to reproduce the error : ``` std::ifstream shaderInFile("TestFpo2.shd", std::ios::in); if (!shaderInFile.is_open()) { std::cout output_len); return 0; ``` TestFpo.shd gives the following errors : ![TestFpo](https://user-images.githubusercontent.com/43338144/132199149-4f3ebb72-42b3-42dc-a78a-ccc41ecf9f43.PNG) TestFpo2.sh gives...

bug