mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-11-19 16:54:51 +00:00
Hardware testing revealed that SSY and PBK push to a different stack,
allowing code like this:
SSY label1;
PBK label2;
SYNC;
label1: PBK;
label2: EXIT;
|
||
|---|---|---|
| .. | ||
| decode | ||
| decode.cpp | ||
| node.h | ||
| node_helper.cpp | ||
| node_helper.h | ||
| shader_ir.cpp | ||
| shader_ir.h | ||
| track.cpp | ||