- Timestamp:
- Jul 11, 2016 4:44:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/spu_loader/spuload.c
r62165 r62167 84 84 SPU *the_spu; 85 85 char *path; 86 bool fNeedSuperSPU = false; 86 87 87 88 CRASSERT( name != NULL ); … … 109 110 } 110 111 111 bool fNeedSuperSPU = false;112 112 /* This basically calls the SPU's SPULoad() function */ 113 113 if (!the_spu->entry_point( &(the_spu->name), &(the_spu->super_name),
Note:
See TracChangeset
for help on using the changeset viewer.