mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 09:39:44 +00:00
Revert RSXIO changes
This revert fixes many games, while seeming to break none.
This commit is contained in:
parent
0e8ea4f27c
commit
3a51a6ded7
1 changed files with 1 additions and 1 deletions
|
@ -1196,7 +1196,7 @@ s32 cellGcmCallback(vm::ptr<CellGcmContextData> context, u32 count)
|
||||||
//cmd[3] = 0; // some incrementing by module value
|
//cmd[3] = 0; // some incrementing by module value
|
||||||
//context->current += 0x10;
|
//context->current += 0x10;
|
||||||
|
|
||||||
if (1)
|
if (0)
|
||||||
{
|
{
|
||||||
const u32 address = context->begin;
|
const u32 address = context->begin;
|
||||||
const u32 upper = offsetTable.ioAddress[address >> 20]; // 12 bits
|
const u32 upper = offsetTable.ioAddress[address >> 20]; // 12 bits
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue