wheremyfoodat
|
c59ee99364
|
Metal: Reimplement some texture formats on iOS
|
2025-03-10 02:47:41 +02:00 |
|
wheremyfoodat
|
5990cb3b02
|
ios: Remove printf spam
|
2025-03-10 02:22:16 +02:00 |
|
wheremyfoodat
|
1bd00a87f9
|
FINALLY IOS GRAPHICS
|
2025-03-10 02:08:19 +02:00 |
|
wheremyfoodat
|
90279e6f9e
|
ios: Pass CAMetalLayer instead of void* to Obj-C++ bridging header
|
2025-03-08 22:11:56 +02:00 |
|
wheremyfoodat
|
e378a52b5a
|
ios: Simplify MTKView interface (still doesn't work though)
|
2025-03-08 20:32:42 +02:00 |
|
wheremyfoodat
|
fb59320829
|
More iOS work
|
2025-03-07 17:36:09 +02:00 |
|
wheremyfoodat
|
432eb0d2b3
|
More iOS work
|
2025-03-06 23:45:14 +02:00 |
|
wheremyfoodat
|
9bc50a4b9c
|
More iOS progress
|
2025-03-06 23:42:12 +02:00 |
|
wheremyfoodat
|
1948bea209
|
More iOS work
|
2025-03-06 17:04:52 +02:00 |
|
wheremyfoodat
|
0a0ea75013
|
GPU registers: Fix writes to some registers ignoring the mask (#725)
Co-authored-by: henry <23128103+atem2069@users.noreply.github.com>
|
2025-02-21 20:22:51 +02:00 |
|
wheremyfoodat
|
da797831ba
|
Add more HLE service calls for eshop (#721)
|
2025-02-10 01:00:12 +02:00 |
|
Jonian Guveli
|
042ab6de03
|
[WIP] Libretro: Add audio support (#714)
* Libretro: Add audio support
* Adding audio interface part 1
* Audio device pt 2
* More audio device
* More audio device
* Morea uudi odevice
* More audio device
* More audio device
* More audio device
---------
Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
|
2025-02-09 05:04:36 +02:00 |
|
wheremyfoodat
|
86d1bde845
|
Temporarily give 80MB to all processes (#715)
|
2025-02-02 23:18:54 +02:00 |
|
wheremyfoodat
|
d85c963c4e
|
Vk: Fix typo
|
2025-01-17 02:12:34 +02:00 |
|
wheremyfoodat
|
d30f2646ec
|
Use vk::detail::DynamicLoader instead of vk::DynamicLoader (#710)
* Use vk::detail::DynamicLoader instead of vk::DynamicLoader
* Update renderer_vk.cpp
|
2025-01-06 16:13:40 +02:00 |
|
wheremyfoodat
|
86ea40a9e5
|
GPU: Add sw texture copies
|
2025-01-03 21:24:46 +02:00 |
|
wheremyfoodat
|
5042594f3b
|
Add missing SVC logs
|
2025-01-03 19:23:46 +02:00 |
|
wheremyfoodat
|
84c358660c
|
Implement Luma icache SVCs
|
2025-01-03 19:21:45 +02:00 |
|
wheremyfoodat
|
33c3e67b31
|
CRO: Lighter icache flushes
|
2025-01-03 19:14:59 +02:00 |
|
wheremyfoodat
|
59f51f7d0c
|
GLES: Properly stub out logic ops
|
2024-12-29 14:28:04 +02:00 |
|
wheremyfoodat
|
cb8b13e129
|
Support GLES on desktop
|
2024-12-28 19:52:42 +02:00 |
|
wheremyfoodat
|
7c2918f3f7
|
GL: Add usingGLES to driverInfo struct (#694)
|
2024-12-27 11:45:28 +02:00 |
|
wheremyfoodat
|
4cfc5fb32a
|
Make system language configurable
|
2024-12-10 20:28:49 +02:00 |
|
wheremyfoodat
|
12f5b6bc98
|
More PTM stuff
Co-Authored-By: Noumi <139501014+noumidev@users.noreply.github.com>
|
2024-12-10 19:27:55 +02:00 |
|
wheremyfoodat
|
dc80828397
|
Fix typo (#680)
Co-authored-by: Noumi <139501014+noumidev@users.noreply.github.com>
|
2024-12-10 18:52:53 +02:00 |
|
wheremyfoodat
|
79d24cba11
|
Make filesystem decent, part 1 (#677)
|
2024-12-10 00:29:56 +02:00 |
|
wheremyfoodat
|
bdb467d09f
|
Fix DSP::ForceHeadphoneOut
|
2024-12-09 19:12:09 +02:00 |
|
wheremyfoodat
|
cc669d7cab
|
FS: Stub card SPI and some other things
|
2024-12-09 19:08:30 +02:00 |
|
wheremyfoodat
|
055dbc7fb6
|
FS: Stub TWL_SOUND
|
2024-12-08 22:49:46 +02:00 |
|
wheremyfoodat
|
b436fdca64
|
FS: Stub TWL_PHOTO
|
2024-12-08 22:33:14 +02:00 |
|
wheremyfoodat
|
5f822b32d5
|
Add volume curve setting (#658)
* Add volume curve setting
* Qt: Add missing translations
|
2024-12-03 14:16:57 +02:00 |
|
wheremyfoodat
|
c2b479889c
|
Remove FirmwareInfo struct redeclaration
|
2024-12-01 00:06:40 +02:00 |
|
wheremyfoodat
|
ab2005d50d
|
Specify SHA-256 when printing firmware info
|
2024-12-01 00:03:42 +02:00 |
|
wheremyfoodat
|
7e51f50999
|
Add DSP firmware database
|
2024-11-30 23:34:38 +02:00 |
|
wheremyfoodat
|
18f3865f8b
|
Add option to print DSP fw
|
2024-11-30 21:51:46 +02:00 |
|
wheremyfoodat
|
87652bfeda
|
x64 Shader JIT: Optimize SSE4.1 blending path
Co-Authored-By: Burhan R <53955076+burhanr13@users.noreply.github.com>
|
2024-11-28 21:36:16 +02:00 |
|
wheremyfoodat
|
72b4194c95
|
Remove unused miniaudio resampler
|
2024-11-28 20:43:26 +02:00 |
|
wheremyfoodat
|
a11019150a
|
Libretro: Add more audio settings
|
2024-11-28 19:10:55 +02:00 |
|
wheremyfoodat
|
3b6190b69a
|
Add volume slider & mute audio settings
|
2024-11-28 19:10:55 +02:00 |
|
wheremyfoodat
|
b251f84ab1
|
DSP: Add option to enable/disable AAC
|
2024-11-28 19:10:55 +02:00 |
|
SamoZ256
|
c35304e485
|
explicitly setup hash member variables (#645)
|
2024-11-23 21:17:19 +02:00 |
|
wheremyfoodat
|
04d047ff75
|
Some formatting
|
2024-11-22 02:48:32 +02:00 |
|
wheremyfoodat
|
83aafa31f0
|
Better audio playback code
|
2024-11-22 02:33:57 +02:00 |
|
wheremyfoodat
|
3df63beef4
|
Merge branch 'master' into more-dsp
|
2024-11-20 20:01:43 +02:00 |
|
wheremyfoodat
|
878ff419fd
|
DSP: Add SSE quad-conversion code
Co-Authored-By: Kelpsy <138107494+kelpsyberry@users.noreply.github.com>
|
2024-11-20 18:09:57 +02:00 |
|
wheremyfoodat
|
bea7b00c7d
|
Draw acceleration: Replace multiplication for component sizes with left shift
|
2024-11-20 13:40:00 +02:00 |
|
wheremyfoodat
|
33f45cf1f5
|
Merge branch 'master' into more-dsp
|
2024-11-20 02:40:20 +02:00 |
|
wheremyfoodat
|
224ddac07c
|
Fix SIMD on MSVC (#639)
|
2024-11-20 02:29:27 +02:00 |
|
wheremyfoodat
|
889c2453de
|
Audio: Properly close audio device on emulator destruction (#637)
* Audio: Properly close audio device on emulator destruction
* Undo oopsie
|
2024-11-19 23:41:52 +02:00 |
|
wheremyfoodat
|
47ffd76fae
|
HLE DSP: Fix temporary quad -> stereo conversion
|
2024-11-19 01:36:32 +02:00 |
|