1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-25 07:43:52 +00:00

Fix doc bug.

This commit is contained in:
Themaister 2011-05-13 22:05:16 +02:00
parent 8d051ab413
commit f10ed12b74

@ -61,7 +61,8 @@ typedef struct ssnes_dsp_output
// and requests resampling to the proper frequency to be // and requests resampling to the proper frequency to be
// performed outside the plugin. // performed outside the plugin.
// If false, // If false,
// it is assumed that the output has the same sample rate as the input. // it is assumed that the output has the same sample rate as given
// in output_rate.
int should_resample; int should_resample;
} ssnes_dsp_output_t; } ssnes_dsp_output_t;