mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoCommon: cleanup OpcodeDecoder
This commit is contained in:
parent
4b22885ed8
commit
21970c4a2a
8 changed files with 197 additions and 224 deletions
|
@ -45,6 +45,9 @@ int colElements[2];
|
|||
GC_ALIGNED128(float posScale[4]);
|
||||
GC_ALIGNED64(float tcScale[8][2]);
|
||||
|
||||
// This pointer is used as the source for all fixed function loader calls
|
||||
u8* g_video_buffer_read_ptr;
|
||||
|
||||
static const float fractionTable[32] = {
|
||||
1.0f / (1U << 0), 1.0f / (1U << 1), 1.0f / (1U << 2), 1.0f / (1U << 3),
|
||||
1.0f / (1U << 4), 1.0f / (1U << 5), 1.0f / (1U << 6), 1.0f / (1U << 7),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue