You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
crueter
aa4e494c08
[android] Replace Oboe audio with SDL3 audio (#4338)
Supersedes #4335.
Replaces the Oboe audio backend with SDL3, since we already support it.
A few caveats:
- SDL defines a JVM OnLoad method already, so we have to instead hijack
NativeLibrary for id_cache initialization
- This also means some internal fields in Double/Integer/Boolean (namely
`value`) can't be accessed, so I switched those to methods for now.
- SDL Java sources are pulled in from the CI package.
- Since we can't use SDLActivity, `SDL.setupJNI()` handles everything
Signed-off-by: crueter <crueter@eden-emu.dev>
- [x] I have read and followed the [Contribution Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/CONTRIBUTING.md#code-contributions).
- [x] I have read and followed the [AI Policy](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/AI.md)
- [x] I have read and followed the [Coding Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/Coding.md) to the best of my ability.
-------------------
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4338
Reviewed-by: Lizzie and Samuel <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
|
3 days ago |
| .. |
|
android
|
[android] Replace Oboe audio with SDL3 audio (#4338)
|
3 days ago |
|
audio_core
|
[android] Replace Oboe audio with SDL3 audio (#4338)
|
3 days ago |
|
common
|
[android] Replace Oboe audio with SDL3 audio (#4338)
|
3 days ago |
|
core
|
[video_core/buffer_cache] fix PAGE_SHIFT/BSD macro clash on Linux, *BSD (#4329)
|
5 days ago |
|
dedicated_room
|
[common] remove DetachedTasks object usage (#4096)
|
2 months ago |
|
dynarmic
|
[dynarmic] fix perf regression due to hard CPUID queries (#4328)
|
4 days ago |
|
frontend_common
|
[qt] fix various crashes due to invalid/corrupted/outdated settings (#4070)
|
3 months ago |
|
hid_core
|
[common] Switch to boost::unordered_flat containers (#4326)
|
5 days ago |
|
input_common
|
[android] Replace Oboe audio with SDL3 audio (#4338)
|
3 days ago |
|
network
|
[cmake] Simplify DetectPlatform and normalize platform names (#4183)
|
4 weeks ago |
|
qt_common
|
[file_sys] robust-er IPSwitch compiler (#3911)
|
6 days ago |
|
shader_recompiler
|
[common] Switch to boost::unordered_flat containers (#4326)
|
5 days ago |
|
tests
|
[common] Switch to boost::unordered_flat containers (#4326)
|
5 days ago |
|
video_core
|
[video_core/buffer_cache] fix PAGE_SHIFT/BSD macro clash on Linux, *BSD (#4329)
|
5 days ago |
|
web_service
|
[common] remove DetachedTasks object usage (#4096)
|
2 months ago |
|
yuzu
|
[android] expose log filter setting (#4327)
|
5 days ago |
|
yuzu_cmd
|
[core, hle, video_core, memory] Improve multi-process, display layers, dynamic shader cache and rework overlay (#4238)
|
1 week ago |
|
yuzu_room_standalone
|
[cmake] add a `YUZU_STATIC_ROOM` option (#3411)
|
7 months ago |
|
.clang-format
|
chore: make yuzu REUSE compliant
|
4 years ago |
|
CMakeLists.txt
|
[cmake] Simplify DetectPlatform and normalize platform names (#4183)
|
4 weeks ago |
|
dep_hashes.h.in
|
[cmake, frontend] feat: CPMUtil + dependency viewer (#238)
|
1 year ago |