mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 16:59:49 +00:00
Add comments
This commit is contained in:
parent
befd50da66
commit
1034c46821
@ -82,8 +82,8 @@
|
||||
struct Timer
|
||||
{
|
||||
uint32_t Mode;
|
||||
int32_t Counter; // Only 16-bit, but 32-bit here for detecting counting past target.
|
||||
int32_t Target;
|
||||
int32_t Counter; /* Counter value. Only 16-bit, but 32-bit here for detecting counting past target. */
|
||||
int32_t Target; /* Counter target */
|
||||
|
||||
int32_t Div8Counter;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user