Skip to content

Commit

Permalink
Fix #52
Browse files Browse the repository at this point in the history
  • Loading branch information
retro-wertz authored and inactive123 committed Apr 6, 2019
1 parent 5b9d1a7 commit 755f476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libretro/libretro.cpp
Expand Up @@ -95,6 +95,7 @@ LinkMode GetLinkMode()

void StartGPLink(uint16_t value)
{
WRITE16LE(((uint16_t*)&ioMem[COMM_RCNT]), value);
}

void LinkUpdate(int ticks)
Expand Down

0 comments on commit 755f476

Please sign in to comment.