mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
More specifc errordescription
This commit is contained in:
parent
44f551ce4a
commit
b112971514
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public:
|
|||
|
||||
if (address % size)
|
||||
{
|
||||
sprintf(error,"Invalid memory access");
|
||||
sprintf(error,"Invalid memory access (unaligned)");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue