Changes between Version 5 and Version 6 of ProjectSpecificPrefs
- Timestamp:
- Dec 19, 2016, 3:46:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectSpecificPrefs
v5 v6 7 7 8 8 The sample code contains a number of preferences that you can enable 9 by setting the corresponding constant to true :9 by setting the corresponding constant to true in your html/project/project.inc: 10 10 11 11 * APP_SELECT_PREFS: … … 19 19 * GFX_CPU_PREFS: the user can limit the % of CPU used by the graphics app. 20 20 21 To create your own project-specific preferences, edit this file (and keep it under SVN or CVSsomewhere).21 To create your own project-specific preferences, edit this file (and keep it under version control somewhere). 22 22 The functions you must supply are: 23 23