1,079
edits
Line 134: | Line 134: | ||
=== Plugins === | === Plugins === | ||
* On OSX: Support a plugin build in the bundle target: *.plugin files should be put into ScummVM.app/Contents/PlugIns/; this also means that the loader needs to search in the plugin dir of the active bundle. So use the CF bundle API, inside a #ifdef MACOSX block. | * On OSX: Support a plugin build in the bundle target: *.plugin files should be put into ScummVM.app/Contents/PlugIns/; this also means that the loader needs to search in the plugin dir of the active bundle. So use the CF bundle API, inside a #ifdef MACOSX block. | ||
* Make DetectedGame::updateDesc a normal function, not a member function. | * Make DetectedGame::updateDesc a normal function, not a member function. |
edits