mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-30 06:30:05 +00:00
Fix up some english
This commit is contained in:
parent
8c58f30d79
commit
dc6b183837
@ -11,7 +11,7 @@ namespace InputCommon {
|
|||||||
/// Initializes and registers all built-in input device factories.
|
/// Initializes and registers all built-in input device factories.
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
/// Unresisters all build-in input device factories and shut them down.
|
/// Deregisters all built-in input device factories and shuts them down.
|
||||||
void Shutdown();
|
void Shutdown();
|
||||||
|
|
||||||
class Keyboard;
|
class Keyboard;
|
||||||
|
@ -8,12 +8,12 @@
|
|||||||
|
|
||||||
namespace ScriptedInput {
|
namespace ScriptedInput {
|
||||||
|
|
||||||
/// Initializes and registers all built-in input device factories.
|
/// Initializes and registers the input device factories.
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
void LoadScript(std::string script_name);
|
void LoadScript(std::string script_name);
|
||||||
|
|
||||||
/// Unresisters all build-in input device factories and shut them down.
|
/// Deregisters the input device factories and shuts them down.
|
||||||
void Shutdown();
|
void Shutdown();
|
||||||
|
|
||||||
class ScriptedButtons;
|
class ScriptedButtons;
|
||||||
|
Loading…
Reference in New Issue
Block a user