0
0
mirror of https://github.com/Ishan09811/pine.git synced 2025-04-28 09:35:08 +00:00

2284 Commits

Author SHA1 Message Date
Ishan09811
11132e6122
Update emu_jni.cpp 2025-01-04 12:22:56 +05:30
Ishan09811
e0f15fbe5f
Update emu_jni.cpp 2025-01-04 12:08:53 +05:30
Ishan09811
ed8ffe35c1
Update EmulationActivity.kt 2025-01-04 11:54:29 +05:30
Ishan09811
26eef4fe7c
Update emu_jni.cpp 2025-01-04 11:52:05 +05:30
Ishan09811
4339664a1b
Update samplers.cpp 2025-01-04 11:46:12 +05:30
Ishan09811
cb404b4d30
Update samplers.h 2025-01-04 11:45:14 +05:30
Ishan09811
a132308a4b
fx 2025-01-04 11:34:08 +05:30
Ishan09811
b71d604f08
fix 2025-01-04 00:01:44 +05:30
Ishan09811
0dfc4cbce3
Update jvm.h 2025-01-03 23:57:59 +05:30
Ishan09811
ae44837e32
fix 2025-01-03 22:45:56 +05:30
Ishan09811
746ff6d61b
Update samplers.cpp 2025-01-03 22:16:40 +05:30
Ishan09811
e27ac824c1
Update samplers.cpp 2025-01-03 21:51:30 +05:30
Ishan09811
0e7f2872b2
Update gpu.h 2025-01-03 21:50:28 +05:30
Ishan09811
9d2604474a
Update gpu.h 2025-01-03 21:20:50 +05:30
Ishan09811
196e52dd53
include sampler as friend class of gpu to access DeviceState` 2025-01-03 21:07:09 +05:30
Ishan09811
c2a118985d
Typo 2025-01-03 20:49:44 +05:30
Ishan09811
20da9afbfe
Update android_settings.h 2025-01-03 19:51:40 +05:30
Ishan09811
45112153fb
Update samplers.cpp 2025-01-03 19:28:03 +05:30
Ishan09811
2baf7c7114
bonk 2025-01-03 18:59:36 +05:30
Ishan09811
ee40f77378
Implement anisotropic option in ui 2025-01-03 18:51:21 +05:30
Ishan09811
491a2457ad
add string 2025-01-03 18:35:42 +05:30
Ishan09811
2b4ce8ab1b
Update emulation_preferences.xml 2025-01-03 18:33:58 +05:30
Ishan09811
241a799a33
Update vkma to 3.2.0 (#48) 2025-01-03 17:18:28 +05:30
Ishan09811
ced874fd56
Fix ui flickering in some devices (#47) 2025-01-03 17:14:52 +05:30
Ishan09811
a649516149
Implement Vsync option (#46) 2025-01-02 18:49:59 +05:30
Ishan09811
58536da1a4
Input: Allow binding emulator menu + add pause button binding (#45) 2025-01-02 18:49:42 +05:30
Ishan09811
8131163261
IAudioRendererManager: Fix incorrect `transferMemorySize` (#42) 2024-12-31 18:24:39 +05:30
Ishan09811
525839eece
Implement Ambient mode (#44) 2024-12-31 18:24:14 +05:30
Ishan09811
26cfd98296
Refix theme changing logic (#43) 2024-12-30 19:17:35 +05:30
Ishan09811
4fc489c62a
shader_manager: Use multithreading to load the replacement shader files concurrently (#41) 2024-12-29 12:00:28 +05:30
Ishan09811
55efa7dc96
Implement Android 15 16kib page size support (#40) 2024-12-26 20:30:27 +05:30
Ishan09811
3ff78af28e
Update vulkan headers to 1.4+ (#39) 2024-12-23 14:17:00 +05:30
Ishan09811
544a0e2f40
Make `navigationBar` fully transparent + ui improvements (#37) 2024-12-22 00:26:47 +05:30
Ishan09811
3d9df8b827
Implement proper theme changing logic (#35)
recreate the activity when turning on or off material colors instead of restarting the entire application
2024-12-20 13:17:26 +05:30
Ishan09811
4cc4981d08
Implement proper pause and resume logic (#34) 2024-12-19 22:06:43 +05:30
Ishan09811
dd574b73d2
fix drawer pause button 2024-12-19 17:50:18 +05:30
Ishan09811
101a5c478b
Initial oboe sink support (#32) 2024-10-06 08:02:49 +05:30
Ishan09811
4859b7a685
Revert "Integrate GPU memory mapping using adrenotools_mem_gpu_allocate and a…" (#31)
This reverts commit 3fdef75d032a47225021da4b1bc8ec55f3922c30.
2024-10-06 01:24:01 +05:30
Ishan09811
56de0ab2af
Create clear-artifacts.yml 2024-10-06 00:08:05 +05:30
Ishan09811
3fdef75d03
Integrate GPU memory mapping using adrenotools_mem_gpu_allocate and adrenotools_mem_cpu_map (#30) 2024-10-05 18:39:06 +05:30
Ishan09811
1d0b0ec14d
Update libadrenotools submodule and adapt to API changes (#29)
- Updated the libadrenotools submodule to the latest version.
- Adapted the `adrenotools_open_libvulkan` calls to handle the new function signature.
  - Replaced the `adrenotools_gpu_mapping*` argument with a `void**` for user mapping.
  - Properly cast `userMappingHandle` to `adrenotools_gpu_mapping*` after loading Vulkan driver.
- Updated related code in `LoadVulkanDriver` to handle the new GPU mapping logic for both custom and built-in Vulkan drivers.
- Ensured backward compatibility with the new feature flags and import handling in the updated API.
2024-10-05 17:29:59 +05:30
Ishan09811
4fa5879f9a
Fix 2024-07-30 15:39:48 +05:30
Ishan09811
c406ab9852
fix 2024-07-30 13:34:29 +05:30
Ishan09811
5e74a8aff1
missing include 2024-07-30 12:42:11 +05:30
Ishan09811
36afe59d4f
fix 2024-07-30 12:22:39 +05:30
Ishan09811
e86459b167
Typo 2024-07-30 09:37:24 +05:30
Ishan09811
9458e12f5a
Implement sample shading option 2024-07-30 09:31:32 +05:30
Ishan09811
0dd6c15343
some fixes 2024-07-25 21:52:36 +05:30
Ishan09811
1ced510b4d
Update version to 1.0.0 1.0.0 2024-07-25 14:20:24 +05:30
Ishan09811
e5bb4afde8
typo 2024-07-25 00:38:53 +05:30