| Index: samplecode/SampleApp.cpp
|
| diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
|
| index f3037944faa348c6159ef52d3548734ace7ae014..f044e70f3d19a02a5248ee7d4c0e6187707de8a2 100644
|
| --- a/samplecode/SampleApp.cpp
|
| +++ b/samplecode/SampleApp.cpp
|
| @@ -790,6 +790,10 @@ SampleWindow::SampleWindow(void* hwnd, int argc, char** argv, DeviceManager* dev
|
| }
|
| } else if (strcmp(*argv, "--list") == 0) {
|
| listTitles();
|
| + } else if (strcmp(*argv, "--pictureDir") == 0) {
|
| + ++argv; // This case is dealt with in registerPictFileSamples().
|
| + } else if (strcmp(*argv, "--picture") == 0) {
|
| + ++argv; // This case is dealt with in registerPictFileSample().
|
| }
|
| else {
|
| usage(commandName);
|
|
|