diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-03 12:17:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-03 12:17:36 -0600 |
| commit | 15485120841f9b5fb3941c155f59bea313151f6b (patch) | |
| tree | bd4474be0a9e5ccd3ba37cca4ced31026d26730b /src/port/Variables.cpp | |
| parent | 6a6a78f719e12b9d7f8108de9d17d4fcc3d46788 (diff) | |
First Compile (#7)
* Update torch
* A lot of fixes
* First compile
Diffstat (limited to 'src/port/Variables.cpp')
| -rw-r--r-- | src/port/Variables.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/port/Variables.cpp b/src/port/Variables.cpp index f7ccf0eb6..4185287fb 100644 --- a/src/port/Variables.cpp +++ b/src/port/Variables.cpp @@ -3,4 +3,6 @@ extern "C" { +u64 osClockRate = 62500000; + }
\ No newline at end of file |
