This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Log system time at launch.
tags/v2.0.0
Andrew Belt
3 years ago
parent
64c86251ef
commit
bf57176b7d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
adapters/standalone.cpp
+ 1
- 0
adapters/standalone.cpp
View File
@@ -140,6 +140,7 @@ int main(int argc, char* argv[]) {
#if defined ARCH_MAC
INFO("Bundle path: %s", asset::bundlePath.c_str());
#endif
INFO("System time: %lf", system::getUnixTime());
// Load settings
settings::init();
Write
Preview
Loading…
Cancel
Save