Meerkov

Results 103 comments of Meerkov

It seems like maybe these files are just audio, but are stored as video files? Is that a thing? Could be that jPSXDec is detecting it as a video file...

> And making a copy would take the same amount of time This doesn't sound right. When the autosave happens, it's hitting disk. When you copy in RAM, it should...

I like the alternate solution of importing one of the RDP cores, since that will probably fix 99% of N64 glitches currently seen.

More specifically, it just hurts the AI because it will not actually know the location of the cards it should. state.players[k].shuffle_deck() should be 4 lines up.

As a roadmap to an enterprising reverse engineer: you can probably answer at least one of the questions without the hardware. Namely: During startup of 7th Guest, checking the exact...

[cdi_loader.zip](https://github.com/user-attachments/files/17943914/cdi_loader.zip) Here's the loader file. Just eyeballing it, it looks very short before it decides which file to load. ![image](https://github.com/user-attachments/assets/557f718e-182f-48e3-b406-aa03dc465d7a)

I agree with Zeromus here. There are dozens of package distribution systems. It's not scalable to try to own and manage your package in all of them, and I'm not...

Allow me to contradict adlikat here with some arguments against using EmuHawk. 1. Name Recognition Google search shows EmuHawk has 200k results. 2. Inconsistent use by developers BizHawk is advertised...

Benchmark: Before (enqueue 1 at a time) - 1000 x 1000 runs ``` |-----------------.-----------------------------------------------------------| | Grid Resolution | 32 x 32 x 32 = 32768 | | Grid Domains |...

If I fix the stats, and then test on a more strenuous benchmark (e.g. the default 256x256x256) the benefit goes away. That makes sense because the benefit should effect smaller...