File tree 1 file changed +6
-13
lines changed 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -9,41 +9,34 @@ void InstallSteamProxy(const wchar_t *szBaseDir); // steam_proxy.cpp
9
9
EXPORT DWORD NvOptimusEnablement = 1 ;
10
10
EXPORT int AmdPowerXpressRequestHighPerformance = 1 ;
11
11
12
- // these are always irrelevant apparently?
12
+ // most of these are only called when on a valve server (see CUserMessage_DllStatus)
13
13
14
14
EXPORT bool BSecureAllowed (unsigned char *a1, int a2, int a3)
15
15
{
16
16
return true ;
17
17
}
18
18
19
- EXPORT int CountFilesCompletedTrustCheck ()
20
- {
21
- return 0 ;
22
- }
23
-
24
- EXPORT int CountFilesNeedTrustCheck ()
19
+ EXPORT int BinaryProperties_GetValue (int a1, void *a2)
25
20
{
26
21
return 0 ;
27
22
}
28
23
29
- EXPORT int GetTotalFilesLoaded ()
24
+ EXPORT int CountFilesCompletedTrustCheck ()
30
25
{
31
26
return 0 ;
32
27
}
33
28
34
- EXPORT int RuntimeCheck ( int a1, int a2 )
29
+ EXPORT int CountFilesNeedTrustCheck ( )
35
30
{
36
31
return 0 ;
37
32
}
38
33
39
- // these are for cs2
40
-
41
- EXPORT int BinaryProperties_GetValue (int a1, void *a2)
34
+ EXPORT int CountItemsToReport ()
42
35
{
43
36
return 0 ;
44
37
}
45
38
46
- EXPORT int CountItemsToReport ()
39
+ EXPORT int GetTotalFilesLoaded ()
47
40
{
48
41
return 0 ;
49
42
}
You can’t perform that action at this time.
0 commit comments