mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Move translation task code to tasks/task_translation.c (#13274)
This commit is contained in:
parent
9982452c18
commit
5bb4df3a42
@ -264,6 +264,7 @@ OBJ += \
|
|||||||
|
|
||||||
ifeq ($(HAVE_TRANSLATE), 1)
|
ifeq ($(HAVE_TRANSLATE), 1)
|
||||||
OBJ += $(LIBRETRO_COMM_DIR)/encodings/encoding_base64.o
|
OBJ += $(LIBRETRO_COMM_DIR)/encodings/encoding_base64.o
|
||||||
|
OBJ += tasks/task_translation.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJ += \
|
OBJ += \
|
||||||
|
@ -1345,6 +1345,9 @@ DATA RUNLOOP
|
|||||||
#include "../tasks/task_playlist_manager.c"
|
#include "../tasks/task_playlist_manager.c"
|
||||||
#include "../tasks/task_manual_content_scan.c"
|
#include "../tasks/task_manual_content_scan.c"
|
||||||
#include "../tasks/task_core_backup.c"
|
#include "../tasks/task_core_backup.c"
|
||||||
|
#ifdef HAVE_TRANSLATE
|
||||||
|
#include "../tasks/task_translation.c"
|
||||||
|
#endif
|
||||||
#ifdef HAVE_ZLIB
|
#ifdef HAVE_ZLIB
|
||||||
#include "../tasks/task_decompress.c"
|
#include "../tasks/task_decompress.c"
|
||||||
#endif
|
#endif
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "dynamic.h"
|
#include "dynamic.h"
|
||||||
|
#include "configuration.h"
|
||||||
#include "core_option_manager.h"
|
#include "core_option_manager.h"
|
||||||
#include "performance_counters.h"
|
#include "performance_counters.h"
|
||||||
#include "state_manager.h"
|
#include "state_manager.h"
|
||||||
|
1173
tasks/task_translation.c
Normal file
1173
tasks/task_translation.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user