nv2a: Make beta value be strictly uint32_t

This commit is contained in:
Matt Borgerson 2022-01-08 02:17:05 -07:00 committed by mborgerson
parent d91e6d304f
commit 76b26b13fc
1 changed files with 1 additions and 2 deletions
hw/xbox/nv2a

View File

@ -230,8 +230,7 @@ typedef struct ImageBlitState {
typedef struct BetaState {
hwaddr object_instance;
// signed fixed-point number with a sign bit and 31 fractional bits.
unsigned int beta;
uint32_t beta;
} BetaState;
typedef struct PGRAPHState {