ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/prefs_amiga.cpp
(Generate patch)

Comparing BasiliskII/src/AmigaOS/prefs_amiga.cpp (file contents):
Revision 1.4 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.5 by cebix, 2001-04-01T12:11:42Z

# Line 26 | Line 26
26  
27   // Platform-specific preferences items
28   prefs_desc platform_prefs_items[] = {
29 <        {"sound", TYPE_STRING, false},          // Sound output mode description (audio_amiga.cpp)
30 <        {NULL, TYPE_END, false} // End of list
29 >        {"sound", TYPE_STRING, false, "sound output mode description"},
30 >        {NULL, TYPE_END, false, NULL} // End of list
31   };
32  
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines