diff --git a/Coding-Style.md b/Coding-Style.md index 79a67d6..7d7b6db 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -12,7 +12,7 @@ Citra is a brand new project, so we have a great opportunity to keep things clea * CamelCase, "_" may also be used for clarity (e.g. ARM_InitCore) * Variables * lower_case_underscored - * Prefixes: "g_" if global, "s_" if static, "m_" if member, "_" if internal, "__" if ultra internal + * Prefixes: "g_" if global, "_" if internal, "__" if ultra internal * Classes * CamelCase, "_" may also be used for clarity (e.g. OGL_VideoInterface) * Files/Folders