Skip to content

Commit

Permalink
Merge pull request #1 from zyamoji/fix-command-name
Browse files Browse the repository at this point in the history
Fix command name from getCmdBuf to getCommandBuf
  • Loading branch information
RGBA-CRT authored Aug 23, 2021
2 parents 12cfe36 + a955d11 commit 4f12f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROM_Class_GBA.sbp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Public

'�R�}���h���L���b�V������
cacheBufUsage=ft->getBufUsage()-bufStart
memcpy(cacheBuf,ft->getCmdBuf()+bufStart,cacheBufUsage)
memcpy(cacheBuf,ft->getCommandBuf()+bufStart,cacheBufUsage)
cacheARR_Len=length
'cacheMiss++
'printf(ex"\n\ncache miss:%d, len=%d \n\n",cacheMiss,length)
Expand Down

0 comments on commit 4f12f2c

Please sign in to comment.