Unknown W. Brackets

Results 673 comments of Unknown W. Brackets
trafficstars

Sure, I'm not at all against adding more constants. And yes, we had our fun with mult rounding in PPSSPP too. A dedicated test for this is probably a good...

Well, that's interesting. I guess that means we need a set of tests for all the GTE ops. Do you know if there's any architecture docs for the GTE instructions?...

I messed with sending some data to the MDEC control register and MDEC data register, and aside from reset, garbage also affects it. The results are repeatable. For example, writing...

They use $at / r1. This indeed should be documented. If you're in a context where $at cannot be safely used as the assembler temporary, you should not use any...

https://github.com/gittup/binutils/blob/gittup/opcodes/mips-opc.c#L330 I guess it's a different interpretation of the one arg vs two arg syntax? Seems influenced by the encoding for tge, etc. -[Unknown]

You may need to put homebrew games in the memstick directory structure, as they would be on a real PSP. Otherwise they may get confused about their paths or try...

It seems weird that a 60 FPS cheat would run smoother when buttons are pressed, but I guess it depends on how the 60 FPS hack was implemented. Make sure...

Some kind of scissor precision issue? -[Unknown]

Does this work on any backend (such as Vulkan)? Is it the same broken on all 4 backends? Also - if you try the software renderer (it will be slow),...

Interesting. I wonder if this game is downloading depth - I seem to recall it was doing that in other places for effects at the start of fights (we currently...