equal
deleted
inserted
replaced
100 AddFileLog('[PhysFS] init: ' + inttostr(i)); |
100 AddFileLog('[PhysFS] init: ' + inttostr(i)); |
101 |
101 |
102 i:= PHYSFS_mount(Str2PChar(PathPrefix), nil, true); |
102 i:= PHYSFS_mount(Str2PChar(PathPrefix), nil, true); |
103 AddFileLog('[PhysFS] mount ' + PathPrefix + ': ' + inttostr(i)); |
103 AddFileLog('[PhysFS] mount ' + PathPrefix + ': ' + inttostr(i)); |
104 i:= PHYSFS_mount(Str2PChar(UserPathPrefix + '/Data'), nil, true); |
104 i:= PHYSFS_mount(Str2PChar(UserPathPrefix + '/Data'), nil, true); |
105 AddFileLog('[PhysFS] mount ' + UserPathPrefix + ': ' + inttostr(i)); |
105 AddFileLog('[PhysFS] mount ' + UserPathPrefix + '/Data: ' + inttostr(i)); |
106 end; |
106 end; |
107 |
107 |
108 procedure freeModule; |
108 procedure freeModule; |
109 begin |
109 begin |
110 PHYSFS_deinit; |
110 PHYSFS_deinit; |