syphon: Remove references to game capture

master
Colin Edwards 2019-01-29 14:23:38 -06:00
parent bf16ec5f2d
commit cda5799087
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Syphon="Game Capture (Syphon)"
Syphon="Syphon Client"
Source="Source"
LaunchSyphonInject="Launch SyphonInject"
Inject="Inject"

View File

@ -4,7 +4,7 @@ OBS_DECLARE_MODULE()
OBS_MODULE_USE_DEFAULT_LOCALE("syphon", "en-US")
MODULE_EXPORT const char *obs_module_description(void)
{
return "Syphon based game capture for macOS";
return "Syphon frame sharing";
}
extern struct obs_source_info syphon_info;