Skip to content

Commit

Permalink
fix android
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Jan 14, 2025
1 parent b9907e4 commit 72b5a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libretro-build/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)

CORE_DIR := $(LOCAL_PATH)/../..

HAVE_VFS_FD = 1

include $(CORE_DIR)/libretro-build/Makefile.common

COREFLAGS := -DHAVE_XLOCALE -DHAVE_STRTOF_L -DDISABLE_THREADING -DMINIMAL_CORE=2 $(RETRODEFS) $(INCLUDES)
Expand Down
2 changes: 1 addition & 1 deletion src/platform/libretro/libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ void retro_init(void) {
stream.postAudioFrame = NULL;
stream.postAudioBuffer = NULL;
stream.postVideoFrame = NULL;
stream.audioRateChanged = _audioRateChanged;
/*stream.audioRateChanged = _audioRateChanged;*/

imageSource.startRequestImage = _startImage;
imageSource.stopRequestImage = _stopImage;
Expand Down

0 comments on commit 72b5a9d

Please sign in to comment.