mirror of https://github.com/stella-emu/stella.git
Fix documentation warning from clang.
This commit is contained in:
parent
e171138e2a
commit
02176d1c7e
|
@ -275,8 +275,8 @@ class Controller : public Serializable
|
|||
/**
|
||||
Sets the auto fire rate. 0 disables auto fire.
|
||||
|
||||
@param speed Auto fire rate (0..30/25) in Hz
|
||||
@param isNTSC NTSC or PAL frame rate
|
||||
@param rate Auto fire rate (0..30/25) in Hz
|
||||
@param isNTSC NTSC or PAL frame rate
|
||||
*/
|
||||
static void setAutoFireRate(int rate, bool isNTSC = true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue