# HG changeset patch # User Matti Hamalainen # Date 1569401121 -10800 # Node ID a5c68b0d6e108f49546f32c0e4a2b02b2104b3d3 # Parent a56f3bcb5476b04ebe7b573dd7346c7803d06f3e Fix D64_SPRF_Y_EXPAND enum value. diff -r a56f3bcb5476 -r a5c68b0d6e10 tools/lib64gfx.h --- a/tools/lib64gfx.h Tue Sep 24 13:15:02 2019 +0300 +++ b/tools/lib64gfx.h Wed Sep 25 11:45:21 2019 +0300 @@ -180,7 +180,7 @@ { D64_SPRF_MC = 0x0001, D64_SPRF_X_EXPAND = 0x0002, - D64_SPRF_Y_EXPAND = 0x0002, + D64_SPRF_Y_EXPAND = 0x0004, };