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

Comparing SIDPlayer/src/main.cpp (file contents):
Revision 1.2 by cebix, 2000-09-19T15:34:10Z vs.
Revision 1.3 by cebix, 2001-01-04T19:54:13Z

# Line 56 | Line 56 | static uint32 speed_flags;             // Speed fla
56   *  Init everything
57   */
58  
59 < void InitAll(void)
59 > void InitAll(int argc, char **argv)
60   {
61 <        PrefsInit(0, NULL);
61 >        PrefsInit(argc, argv);
62          MemoryInit();
63          SIDInit();
64          CPUInit();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines