Jamiras
Jamiras
`select` specifies which bits need to match `start` to be considered part of the block. `disconnect` specifies bits to ignore. Here's my attempt to explain this back in 2022: https://discord.com/channels/184109094070779904/876520593636335646/946233105654628452...
I think `descs[i].start` for the new block should be 0x16000 to line up with the virtual address similar to the one assigned to 0x10000 a few lines below.
Could not reproduce using GenesisPlusGX or Snes9x on latest master on Windows 11 with Vulkan or GL driver.
I was able to reproduce on latest master (9ab6c62) using glcore. Also Windows 11. RTX 3060. I was not able to reproduce using Vulkan. There's not really anything useful in...
Although, my behavior does differ slightly from the reported behavior. The application only hangs for a second or two then closes itself. I don't have to Ctrl+Alt+Del it.
I see the same problem with the `v1.17.0` and `v1.16.0` tags, so it's probably not a RetroArch change.
`cheevos_badges_enable` is not available if HAVE_GFX_WIDGETS is defined. Did that maybe change for the 3DS build? https://github.com/libretro/RetroArch/blob/d310f834e695d9435f7986bc639acc993d5ca552/menu/menu_setting.c#L21608-L21625 https://github.com/libretro/RetroArch/blob/d310f834e695d9435f7986bc639acc993d5ca552/cheevos/cheevos_client.c#L2113-L2123 As best as I can tell, it's been that way for years....
Captured information from my most recent run in case it helps. ``` Chocolatey v1.1.0 Upgrading the following packages: mingw By upgrading, you accept licenses for the packages. mingw v8.1.0 [Approved]...
FWIW, I've found that `windows-latest` has mingw 11.2 installed (see https://github.com/actions/runner-images/pull/5729), and I was able to remove the `setup-mingw@v2` step from my workflow. The only change I had to make...
Eliminating the compilation will only cut the processing time in half (at best). Parsing (of the entire document) is performed for the syntax highlighting after every modification as well. It...