mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-16 02:49:48 +12:00
Merge branch 'dynapica' of https://github.com/wheremyfoodat/Panda3DS into dynapica
This commit is contained in:
commit
a8611072ea
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ void ShaderEmitter::loadRegister(Xmm dest, const PICAShader& shader, u32 srcReg,
|
||||||
}
|
}
|
||||||
|
|
||||||
void ShaderEmitter::recMOV(const PICAShader& shader, u32 instruction) {
|
void ShaderEmitter::recMOV(const PICAShader& shader, u32 instruction) {
|
||||||
/*
|
/*
|
||||||
const u32 operandDescriptor = shader.operandDescriptors[instruction & 0x7f];
|
const u32 operandDescriptor = shader.operandDescriptors[instruction & 0x7f];
|
||||||
u32 src = (instruction >> 12) & 0x7f;
|
u32 src = (instruction >> 12) & 0x7f;
|
||||||
const u32 idx = (instruction >> 19) & 3;
|
const u32 idx = (instruction >> 19) & 3;
|
||||||
|
@ -93,7 +93,7 @@ void ShaderEmitter::recMOV(const PICAShader& shader, u32 instruction) {
|
||||||
vec4f& destVector = getDest(dest);
|
vec4f& destVector = getDest(dest);
|
||||||
|
|
||||||
u32 componentMask = operandDescriptor & 0xf;
|
u32 componentMask = operandDescriptor & 0xf;
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Add table
Reference in a new issue