From 068bb4afbfcdd364cc31273b872c32267981e7b6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 13 Jan 2015 00:37:43 +0100 Subject: [PATCH] Rename game to content. --- content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.c b/content.c index 799a5ea5a6..202d16dcbf 100644 --- a/content.c +++ b/content.c @@ -532,7 +532,7 @@ static bool load_content(const struct retro_subsystem_info *special, ret = pretro_load_game(*content->elems[0].data ? info : NULL); if (!ret) - RARCH_ERR("Failed to load game.\n"); + RARCH_ERR("Failed to load content.\n"); end: for (i = 0; i < content->size; i++)