Set 'USE_LIBCO=1' in Android JNI build file
This commit is contained in:
		
							parent
							
								
									f5eae17f5a
								
							
						
					
					
						commit
						c45187a7c8
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -5,8 +5,9 @@ CORE_DIR     := $(LOCAL_PATH)/.. | |||
| CORE_LDLIBS  := | ||||
| CPU_ARCH     := | ||||
| HAVE_DYNAREC := | ||||
| USE_LIBCO    := 1 | ||||
| 
 | ||||
| COREFLAGS := -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565 | ||||
| COREFLAGS := -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565 -DUSE_LIBCO | ||||
| 
 | ||||
| ifeq ($(TARGET_ARCH),arm) | ||||
|    COREFLAGS += -DARM_ARCH -DARM_MEMORY_DYNAREC | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue