mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 03:27:51 -05:00
decoders: correct block calculation
This commit is contained in:
committed by
ReinUsesLisp
parent
3dd7643214
commit
7232a1ed16
@ -59,11 +59,11 @@ public:
|
||||
};
|
||||
|
||||
u32 BlockHeight() const {
|
||||
return block_height;
|
||||
return block_height.Value();
|
||||
}
|
||||
|
||||
u32 BlockDepth() const {
|
||||
return block_depth;
|
||||
return block_depth.Value();
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user