all repos — mgba @ c09f376306663fbb64f0926afca32a8db8cfa1e1

mGBA Game Boy Advance Emulator

Example: Fix typo in a comment
Jeffrey Pfau jeffrey@endrift.com
Wed, 27 Apr 2016 22:21:29 -0700
commit

c09f376306663fbb64f0926afca32a8db8cfa1e1

parent

7ff5c3a905b0a4e42691a61b8059648c1bd5ec8b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/example/client-server/server.csrc/platform/example/client-server/server.c

@@ -107,7 +107,7 @@ mCoreConfigInit(&core->config, "client-server");

mCoreConfigLoad(&core->config); // Take any settings overrides from the command line and make sure they get - // loaded into the config sustem, as well as manually overriding the + // loaded into the config system, as well as manually overriding the // "idleOptimization" setting to ensure cores that can detect idle loops // will attempt the detection. applyArguments(args, NULL, &core->config);