0x2c8..0x2fc

This commit is contained in:
Nekotekina 2017-02-13 17:50:04 +03:00
parent d2ddb9882f
commit 763550c472
1 changed files with 14 additions and 0 deletions

View File

@ -991,6 +991,20 @@ namespace rsx
methods[NV4097_SET_WINDOW_CLIP_TYPE] = nullptr;
methods[NV4097_SET_WINDOW_CLIP_HORIZONTAL] = 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_ALPHA_TEST_ENABLE] = nullptr;
methods[NV4097_SET_ALPHA_FUNC] = nullptr;