wn2000
wn2000
With the help of address sanitizer and some print statements, I think I found a memory bug in `new_dynarec.c`. Here is how it goes: - The function `get_reg` returns `-1`...
There's an example code [here](https://github.com/grimfang4/sdl-gpu/blob/b21d5bed8d1bbbbc236060a04ce076950faac05c/tests/video/main.c) that uses `SDL_UpdateYUVTexture` to render video frames generated by ffmpeg. But there's no example doing the same using SDL_GPU. I tried `GPU_UpdateImageBytes`. Although it generally...
RetroArch version: 1.8.7 Dosbox Pure version: 0.9.6 (arm 32bit build) Platform: Rockchip RK3328, Linux 4.4.159 Symptom: After booting into Win98SE, there are frequent popup dialogs with "page fault" errors, from...
This is a continuation to #164 . As of today I'm still having this issue of "throttledRequest". ``` onedrive.OneDriveException@src/onedrive.d(529): HTTP request returned status code 429 () { "error": { "code":...
### Version/Branch of Dear ImGui: Version 1.89.7 ### Back-ends: imgui_impl_sdl2.cpp + imgui_impl_sdlrenderer2.cpp ### Compiler, OS: Linux gcc ### Full config/build information: _No response_ ### Details: I need to display a...
The `subprocess_create_ex()` function just has `return -1` in case of an error, without properly closing already open file descriptors. Example: https://github.com/sheredom/subprocess.h/blob/7e59b6924aa0e1a595be86fdeb1d4c28835aa0b9/subprocess.h#L876-L880 In my test, trying to call this function with...
EDIT: the original issue of glitched screen has been resolved by not doing a stride copy from the pixel buffer to the texture, and instead just using the entire pixel...
Platform: RK3328 running a buildroot based Linux. Kernel: 4.4.159 I'm working on a game selection frontend app that plays two simultaneous videos: a background video and a game preview. Both...
Similar to what is requested in #271 . But if on-screen overlay is tricky to implement, is it possible to periodically print out some streaming statistics in the log? Like...
Platform / OS / Hardware: DC / Linux arm32 / Rockchip RK3328 SBC Flycast version: v2.5 Standalone **_Description of the Issue_** After setting controller to Lightgun and exiting Flycast, when...