mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-04 12:39:52 +00:00
0x2c8..0x2fc
This commit is contained in:
parent
d2ddb9882f
commit
763550c472
@ -991,6 +991,20 @@ namespace rsx
|
|||||||
methods[NV4097_SET_WINDOW_CLIP_TYPE] = nullptr;
|
methods[NV4097_SET_WINDOW_CLIP_TYPE] = nullptr;
|
||||||
methods[NV4097_SET_WINDOW_CLIP_HORIZONTAL] = nullptr;
|
methods[NV4097_SET_WINDOW_CLIP_HORIZONTAL] = nullptr;
|
||||||
methods[NV4097_SET_WINDOW_CLIP_VERTICAL] = nullptr;
|
methods[NV4097_SET_WINDOW_CLIP_VERTICAL] = nullptr;
|
||||||
|
methods[0x2c8 >> 2] = nullptr;
|
||||||
|
methods[0x2cc >> 2] = nullptr;
|
||||||
|
methods[0x2d0 >> 2] = nullptr;
|
||||||
|
methods[0x2d4 >> 2] = nullptr;
|
||||||
|
methods[0x2d8 >> 2] = nullptr;
|
||||||
|
methods[0x2dc >> 2] = nullptr;
|
||||||
|
methods[0x2e0 >> 2] = nullptr;
|
||||||
|
methods[0x2e4 >> 2] = nullptr;
|
||||||
|
methods[0x2e8 >> 2] = nullptr;
|
||||||
|
methods[0x2ec >> 2] = nullptr;
|
||||||
|
methods[0x2f0 >> 2] = nullptr;
|
||||||
|
methods[0x2f4 >> 2] = nullptr;
|
||||||
|
methods[0x2f8 >> 2] = nullptr;
|
||||||
|
methods[0x2fc >> 2] = nullptr;
|
||||||
methods[NV4097_SET_DITHER_ENABLE] = nullptr;
|
methods[NV4097_SET_DITHER_ENABLE] = nullptr;
|
||||||
methods[NV4097_SET_ALPHA_TEST_ENABLE] = nullptr;
|
methods[NV4097_SET_ALPHA_TEST_ENABLE] = nullptr;
|
||||||
methods[NV4097_SET_ALPHA_FUNC] = nullptr;
|
methods[NV4097_SET_ALPHA_FUNC] = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user