averne

Results 34 comments of averne

Thanks for your answer. It looks like the test suite is really meant for Windows, and unfortunately I work on Linux so I won't be able to test the bias...

Thanks for the heads up. I've run the test suite with and without the bias. All tests pass for the unmodified master branch, however the patch breaks two tests: ![image](https://user-images.githubusercontent.com/45773016/208909321-42999ee3-abda-47cb-b3d4-3040ff86681a.png)...

You can modify `ImGuiCol_Text`: ```cpp ImGui::PushStyleColor(ImGuiCol_Text, IM_COL32(0xff, 0x00, 0xff, 0xff)); ImGui::SetNextWindowSize(ImVec2(200, 200)); ImGui::Begin("Test window"); ImGui::PopStyleColor(); ImGui::End(); ```

Hi, On 15.0 the dimming isn't managed by the app but by the OS, so it should have the default behavior as configured in your settings. Do you have it...

This should be fixed by the latest release: https://github.com/averne/Fizeau/releases/tag/2.4.3

Hi, I also encountered this issue, with a 128x8 r8 texture (padded to 256b). I attach the [texture data](https://github.com/devkitPro/deko3d/files/14301993/texture-data.zip) before and after the transfer. I inspected manually some portions of...

Additionally this could be used to enable advanced communication with the user. For instance, there could be a callback used prior to creating the fs context and mounting to devoptab,...

Thanks for the quick patch, I'll try to move my app to this system soon and give you feedback. At a glance, I think the `UsbHsFsPopulateCb` could take an additional...

Thanks for the report. Those cpu readings look a bit weird. Fizeau, just like every other system component, runs only on core 3. So if it was sent looping due...