mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +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)
|
||||
OBJ += $(LIBRETRO_COMM_DIR)/encodings/encoding_base64.o
|
||||
OBJ += tasks/task_translation.o
|
||||
endif
|
||||
|
||||
OBJ += \
|
||||
|
@ -1345,6 +1345,9 @@ DATA RUNLOOP
|
||||
#include "../tasks/task_playlist_manager.c"
|
||||
#include "../tasks/task_manual_content_scan.c"
|
||||
#include "../tasks/task_core_backup.c"
|
||||
#ifdef HAVE_TRANSLATE
|
||||
#include "../tasks/task_translation.c"
|
||||
#endif
|
||||
#ifdef HAVE_ZLIB
|
||||
#include "../tasks/task_decompress.c"
|
||||
#endif
|
||||
|
@ -37,6 +37,7 @@
|
||||
#endif
|
||||
|
||||
#include "dynamic.h"
|
||||
#include "configuration.h"
|
||||
#include "core_option_manager.h"
|
||||
#include "performance_counters.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…
Reference in New Issue
Block a user