mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-04 02:36:03 +00:00
Merging with master to PR
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ namespace ComSquare::CPU
|
|||||||
{
|
{
|
||||||
unsigned cycles = 0;
|
unsigned cycles = 0;
|
||||||
|
|
||||||
for (int i = 0; i < 0x18; i++) {
|
for (int i = 0; i < 0x17; i++) {
|
||||||
if (this->_isStopped) {
|
if (this->_isStopped) {
|
||||||
cycles += 1;
|
cycles += 1;
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user