mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
Add GameLog entries for resource loading (#513)
* add log entries for resource loading * add config for resource loading
This commit is contained in:
@@ -41,6 +41,11 @@ class GameLogService {
|
||||
gameLog.displayName = args[1];
|
||||
break;
|
||||
|
||||
case 'resource-load':
|
||||
gameLog.resourceUrl = args[0];
|
||||
gameLog.resourceType = args[1];
|
||||
break;
|
||||
|
||||
case 'video-sync':
|
||||
gameLog.timestamp = args[0];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user