Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libretro frontend #140

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Libretro frontend #140

merged 1 commit into from
Jun 21, 2024

Conversation

alloncm
Copy link
Owner

@alloncm alloncm commented May 2, 2024

Add libretro frontend with support for compiling for android.

Generating .info file on build that is needed to be referenced by RetroArch

Todo:

  • Add docs
  • Arrange commits before merge

Makefile.toml Outdated Show resolved Hide resolved
common/src/audio/manual_audio_resampler.rs Outdated Show resolved Hide resolved
core/src/apu/channel.rs Outdated Show resolved Hide resolved
core/src/apu/channel.rs Outdated Show resolved Hide resolved
core/src/apu/sample_producer.rs Show resolved Hide resolved
libretro/src/lib.rs Outdated Show resolved Hide resolved
libretro/src/lib.rs Outdated Show resolved Hide resolved
libretro/src/lib.rs Outdated Show resolved Hide resolved
libretro/src/lib.rs Outdated Show resolved Hide resolved
libretro/src/lib.rs Outdated Show resolved Hide resolved
@alloncm alloncm added the enhancement New feature or request label May 3, 2024
@alloncm alloncm force-pushed the feature/libretro branch 3 times, most recently from 3b7c223 to 71d15b9 Compare June 21, 2024 22:22
This feature includes:

Support for building for android using the NDK

Generate .info metadata file at compile time in order to make it less confusing for usage

Improve speed of the joypad handling in general by pulling only when necessary
previously it pulled every constant number of frames, now it pulls once every frame

cycle_frame will return on vblank event to achieve a more accurate emulation
@alloncm alloncm merged commit 14ee7d9 into master Jun 21, 2024
1 check passed
@alloncm alloncm deleted the feature/libretro branch June 21, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant