From 9e5d6c41559337a5837143e04134b67d3fab2d94 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 7 Apr 2017 20:56:30 +0200 Subject: [PATCH] Update Makefile.common/griffin --- Makefile.common | 3 ++- griffin/griffin.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index 56c2297c65..8ffa44c9c1 100644 --- a/Makefile.common +++ b/Makefile.common @@ -269,7 +269,8 @@ OBJ += intl/msg_hash_de.o \ intl/msg_hash_ko.o \ intl/msg_hash_nl.o \ intl/msg_hash_pl.o \ - intl/msg_hash_pt.o \ + intl/msg_hash_pt_br.o \ + intl/msg_hash_pt_pt.o \ intl/msg_hash_ru.o \ intl/msg_hash_vn.o \ intl/msg_hash_chs.o diff --git a/griffin/griffin.c b/griffin/griffin.c index ede0fa99c0..0105eb8627 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -851,7 +851,8 @@ RETROARCH #include "../intl/msg_hash_ja.c" #include "../intl/msg_hash_ko.c" #include "../intl/msg_hash_nl.c" -#include "../intl/msg_hash_pt.c" +#include "../intl/msg_hash_pt_br.c" +#include "../intl/msg_hash_pt_pt.c" #include "../intl/msg_hash_pl.c" #include "../intl/msg_hash_ru.c" #include "../intl/msg_hash_vn.c"