mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Merge pull request #1997 from Sonicadvance1/remove_comment
Remove an old comment about stfiwx.
This commit is contained in:
commit
db001c1733
1 changed files with 0 additions and 3 deletions
|
@ -607,9 +607,6 @@ void Interpreter::stfdx(UGeckoInstruction _inst)
|
||||||
Memory::Write_U64(riPS0(_inst.FS), Helper_Get_EA_X(_inst));
|
Memory::Write_U64(riPS0(_inst.FS), Helper_Get_EA_X(_inst));
|
||||||
}
|
}
|
||||||
|
|
||||||
// __________________________________________________________________________________________________
|
|
||||||
// stfiwx
|
|
||||||
// TODO - examine what this really does
|
|
||||||
// Stores Floating points into Integers indeXed
|
// Stores Floating points into Integers indeXed
|
||||||
void Interpreter::stfiwx(UGeckoInstruction _inst)
|
void Interpreter::stfiwx(UGeckoInstruction _inst)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue