Skip to content

Commit 8f27f13

Browse files
committed
Move msg_hash_lbl_str.h outside of intl/ directory, it was getting
messed with by crowdin
1 parent fbd0dc8 commit 8f27f13

26 files changed

Lines changed: 1714 additions & 513 deletions

configuration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include "input/input_keymaps.h"
4242
#include "input/input_remapping.h"
4343
#include "led/led_defines.h"
44-
#include "intl/msg_hash_lbl_str.h"
44+
#include "msg_hash_lbl_str.h"
4545
#include "defaults.h"
4646
#include "core.h"
4747
#include "paths.h"

frontend/drivers/platform_unix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#include "../../defaults.h"
8686
#include "../../msg_hash.h"
8787
#include "../../paths.h"
88-
#include "../../intl/msg_hash_lbl_str.h"
88+
#include "../../msg_hash_lbl_str.h"
8989
#include "../../retroarch.h"
9090
#include "../../verbosity.h"
9191

frontend/drivers/platform_win32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#include "../../paths.h"
5454
#include "../../msg_hash.h"
5555
#include "../../verbosity.h"
56-
#include "../../intl/msg_hash_lbl_str.h"
56+
#include "../../msg_hash_lbl_str.h"
5757
#include "../../ui/drivers/ui_win32.h"
5858

5959
#include "platform_win32.h"

intl/msg_hash_lbl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "msg_hash_lbl_str.h"
1+
#include "../msg_hash_lbl_str.h"
22

33
#ifdef HAVE_LIBNX
44
MSG_HASH(

0 commit comments

Comments
 (0)