Results 19 comments of blake++

I think the ability to remove menu buttons would be really solid. I find that quite a few of them I just simply don't care for. What should be removable...

If the user launches with -console in their launch options, and then opens up the Friends menu, it is partially blocked by the console. Having a customization to put it...

This has been fixed in [youtube-dlp](https://github.com/pukkandan/yt-dlp). I recommend merging [this pull request](https://github.com/ytdl-org/youtube-dl/pull/23985) as a possible fix. This issue still remains in this fork, so this will remain open.

Similar issue still occurring on (effectively) v.0.8.71. See above duplicate issue for more info. I build from #1803 source so I can get past menus. Since I can't submit a...

Using `trace-event nv2a_pgraph_* on`: ``` ... nv2a_pgraph_method 0: 0x97 -> 0x1e70 NV097_SET_SHADER_STAGE_PROGRAM[0] 0x41 nv2a_pgraph_method 0: 0x97 -> 0x1b08 NV097_SET_TEXTURE_ADDRESS[0] 0x10303 nv2a_pgraph_method 0: 0x97 -> 0x1b0c NV097_SET_TEXTURE_CONTROL0[0] 0x4003ffc4 nv2a_pgraph_method 0: 0x97...

The full log, using `trace-event nv2a_pgraph_* on` started about 3 seconds before the crash: [testfile2.txt](https://github.com/user-attachments/files/20730117/testfile2.txt)

I'm happy to apply a quick patch and test it, but I'm not finding `assert(levels > 0)` within `/hw/xbox/nv2a/pgraph/texture.c`. Could you point me to the file you're talking about so...

I'm blind, was in the wrong file I think lol. Patch applied to `/hw/xbox/nv2a/pgraph/texture.c`: ```c ... levels = MIN(levels, MAX(log_width, log_height) + 1); levels = MAX(levels, 1); /* PATCH */...

Reversed previous test patch. Patch applied to `/hw/xbox/nv2a/pgraph/pgraph.c`: ```c ... default: pgraph_reg_w(pg, addr, val); if (addr != 0x720) { printf("Write 0x%X to pgraph reg 0x%X\n", val, addr); } break; }...

> [@blakeplusplus](https://github.com/blakeplusplus) or [@HadetTheUndying](https://github.com/HadetTheUndying) could you try the build from my `TRACEONLY_log_pgraph_14C_writes` branch: https://github.com/abaire/xemu/actions/runs/16898994701 to see what happens? It special cases the zero'd ctx_switch to require an explicit reset from...