Frog Business
Frog Business
Probably should open other issues for these but Here is the portrait corruption that happens only in native resolution (**contains heavy spoilers**) https://imgur.com/a/tu38UUs And bush transformation issue (**contains spoilers**) https://www.youtube.com/watch?v=plXrFNfyGZM...
Portrait and clock corruption are Vulkan exclusive Bush transformation is both Vulkan and OpenGL
Dapper also automatically opens and closes connection if it wasn't open before but this library doesn't do it Also no reason nullables shouldn't be supported
Yea, I figrued each game has it's own black borders so there isn't much can be done about them automatically but maybe with a zoom feature, I can make overrides...
Tried to add it myself but couldn't compile RA under windows, seems like final g++ -o retroarch command of make exceeds command line character limit under windows because I was...
I tried the guides with msys2 somewhere it just says something like g++ file not found obj-unix/./libretro_comm It's supposed to be libretro_common/something but it's cut short
I adjust with x/y offset + width/height for now but I use different resolutions on TV and Monitor so it becomes a problem Here is my build issue by the...
For me, webpack progress is also written to logs as error even though there are no errors.
I alleviated the problem by excluding the logs from Serilog with conditional private static bool IsCliLog(LogEvent logEvent) { return logEvent.Properties.TryGetValue("SourceContext", out var val) && val is ScalarValue sv && sv.Value...
I'm getting reports, after client goes to sleep and wakes up, task notification disappears. Even when ignoring battery optimizations.