¥IGA
acba36de03
imgui: Makes the window edges rounded ( #1143 )
2024-10-03 19:28:41 +02:00
ElBread3
ba03edf01c
video_core: IMAGEGATHER4_C_O ( #1210 )
2024-10-03 18:48:54 +02:00
dbz400
c4cd47ee37
Add V_CVT_F64_I32 ( #1219 )
2024-10-03 18:48:28 +02:00
Daniel R.
2a56083f0f
video_core: disable warnings on vulkan
2024-10-03 16:57:33 +02:00
georgemoralis
4015c9eacd
Fix some network,npmanager issues ( #1215 )
...
* improved np toolkit callbacks
* added ExecuteGuest in callback
* clang format
2024-10-03 14:03:26 +03:00
squidbus
047736c178
shader_recompiler: Shader param fixups ( #1199 )
2024-10-03 10:50:51 +03:00
squidbus
075f043392
core: Fix some missing uses of ExecuteGuest. ( #1214 )
2024-10-03 08:38:24 +03:00
squidbus
091b1dd0ee
audio_core: Fix return value types and shift some error handling to library. ( #1212 )
2024-10-03 07:01:39 +03:00
Mikasa-san
efd36834b3
Refactor audio handling with range checks, buffer threshold, and lock… ( #1200 )
...
* Refactor audio handling with range checks, buffer threshold, and lock fixes
- Added range checks for handle to avoid invalid index access in AudioOutOutput, AudioOutSetVolume, and AudioOutGetStatus.
- Added a constant AUDIO_STREAM_BUFFER_THRESHOLD for the buffer threshold (was previously a magic number).
- Set the freq parameter correctly in the SDL_AudioSpec structure in AudioOutOpen.
- Fixed locking issues in AudioOutOutput to avoid unlocking before it's locked.
* Refactor audio handling with range checks, buffer threshold, and lock fixes
- Added range checks for handle to avoid invalid index access in AudioOutOutput, AudioOutSetVolume, and AudioOutGetStatus.
- Added a constant AUDIO_STREAM_BUFFER_THRESHOLD for the buffer threshold (was previously a magic number).
- Set the freq parameter correctly in the SDL_AudioSpec structure in AudioOutOpen.
- Fixed locking issues in AudioOutOutput to avoid unlocking before it's locked.
- Removed tab spaces to fix format clang error
2024-10-02 18:34:16 +03:00
tGecko
7da3aec15d
fix music playing when it shouldn't ( #1203 )
2024-10-02 18:33:36 +03:00
CrazyBloo
21ecb03e5a
replace trophy xml error with assert ( #1197 )
2024-10-02 12:31:55 +03:00
Paris Oplopoios
f5a7e28249
Some nits and fixes on paths ( #1190 )
...
* Some nits and fixes
* More path conversions
* Add some more logging
* Log the path too
2024-10-02 07:18:00 +03:00
Vinicius Rangel
2934f6c4b2
SaveData: implement sceSaveDataTransferringMount ( #1191 )
...
* SaveData: fix icon overriding
* SaveData: implement sceSaveDataTransferringMount
2024-10-02 06:38:18 +03:00
CrazyBloo
9d5682fe63
trp data extracts to game_data/serial instead of folder name ( #1194 )
...
* trp data extracts to game_data/serial instead of folder name
* format
2024-10-02 06:37:43 +03:00
squidbus
789d78c3e4
shader_recompiler: Define fragment output type based on number format. ( #1097 )
...
* shader_recompiler: Define fragment output type based on number format.
* shader_recompiler: Fix GetAttribute SPIR-V output type.
* shader_recompiler: Don't bitcast on SetAttribute unless integer target.
2024-10-01 23:42:37 +03:00
squidbus
9fde313a77
vulkan: Fix some common validation errors. ( #1101 )
...
* vulkan: Fix some extension support related validation errors.
* vulkan: Fix validation error on zero-size buffer.
* vulkan: Fix primitive list restart validation error.
2024-10-01 23:42:20 +03:00
CrazyBloo
69774b82bc
trophy icon + platinum fixes ( #1093 )
...
* trophy icon + platinum fixes
cleaned up some parts too
* format
* implement turtles review
* use fs native where possible, clang format
* implement vinicius suggestions
* format
* final reviews
* mutex for trophy queue, remove unneeded field
* format
2024-10-01 23:39:43 +03:00
qurious-pixel
a235ccda07
remove libgstreamermediaplugin.so from qt multimedia plugins ( #1187 )
2024-10-01 21:43:18 +03:00
Vladislav Mikhalin
b6b51b8497
Use correct scissor rects ( #1146 )
...
* WIP
* Proper combination of scissors
* convert static functions to lambdas
2024-10-01 21:42:01 +03:00
squidbus
c0e25fd0b0
qt: Create addons directory if it does not exist. ( #1186 )
2024-10-01 20:11:41 +03:00
DanielSvoboda
f495425441
sort menu ( #1183 )
2024-10-01 18:02:47 +03:00
Quang Ngô
777f15d397
ci: fix audio for Linux ( #1177 )
2024-10-01 16:11:08 +03:00
squidbus
6d055b95a2
qt: Fix message box for game overwrite. ( #1181 )
2024-10-01 15:49:30 +03:00
squidbus
106c3ea619
vulkan: Use dynamic vertex buffer strides when dynamic bindings unavailable. ( #1164 )
2024-10-01 09:54:06 +03:00
ElBread3
e2c02763de
add mappings for kernel versions ( #1171 )
2024-10-01 09:16:15 +03:00
DanielSvoboda
9543ba11e1
cancel-in-progress ( #1162 )
...
if 2 actions are being created to go to MAIN, the oldest one will be canceled
2024-10-01 07:54:36 +03:00
squidbus
c6cb117e4e
config: Add option to change DLC install path. ( #1176 )
2024-10-01 07:54:15 +03:00
Lander Gallastegi
c2e94fd410
Fix fedora packages ( #1174 )
2024-10-01 07:53:36 +03:00
DanielSvoboda
1889563783
fix wolf2022 cheats download ( #1173 )
2024-10-01 07:53:20 +03:00
bigol83
40fa9576e0
Fix BB random fmv hang ( #1170 )
2024-09-30 19:20:57 +03:00
Paris Oplopoios
130f3efbd8
Fix loading ( #1169 )
2024-09-30 19:05:55 +03:00
Lander Gallastegi
ff687fea45
documentation: fix Linux build instructions ( #1107 )
...
* Fix linux build instructions
* Validation layers and arch linux packages
2024-09-30 14:25:49 +03:00
ElBread3
87a25d5b94
Added sceKernelRmdir ( #1137 )
...
* add sceKernelRmdir
* since result is remove count, probably don't use that
* fixes + posix_rmdir
* fix return value problem
2024-09-30 14:25:25 +03:00
hspir404
0c5f0aa7a0
Fix some typos ( #1161 )
2024-09-30 14:24:28 +03:00
tGecko
56b12d429c
add gstreamer to appimage build ( #1166 )
2024-09-30 12:49:20 +03:00
Paris Oplopoios
7dbd1597e9
Fix path bugs & wrap seeks in an if ( #1154 )
...
* Fix path bugs
* Wrap most seeks in an if
2024-09-30 12:42:59 +03:00
dbz400
98ff32d0b8
Fix V_CMP_CLASS_F32 ( #1153 )
2024-09-30 11:36:26 +03:00
squidbus
289d692b98
sdl: Fix use of functions that now return SDL_bool ( #1160 )
2024-09-30 06:47:55 +03:00
Paris Oplopoios
ccc137aba4
Fix fmt error ( #1150 )
2024-09-29 14:02:46 +02:00
Daniel R.
8e6ce69b55
core/memory: Pooled memory implementation ( #1085 )
2024-09-29 10:28:41 +03:00
squidbus
bfeed1f7c6
vulkan: Fix crash when resizing window. ( #1142 )
2024-09-29 08:25:44 +03:00
DanielSvoboda
b13381bacd
progressBar DownloadUpdate ( #1141 )
2024-09-29 08:24:21 +03:00
DanielSvoboda
9dc2830870
+ tr ( #1136 )
2024-09-29 00:01:35 +03:00
¥IGA
79e39b4c79
Remove dead Links from readme ( #1135 )
2024-09-29 00:01:15 +03:00
¥IGA
5988e70353
Best icons for flags ( #1133 )
2024-09-28 21:49:48 +03:00
tGecko
83d1fe1c4a
Improve keyboard navigation in game list ( #1132 )
...
* Improve keyboard navigation
* don't start game in elf viewer mode or gridview mode with empty item selected
* fix eventFilter return
2024-09-28 21:04:47 +03:00
tGecko
242e4a0117
Add volume slider for title/background music ( #1130 )
...
* add volume slider
* add translations
* stop music when checkbox unchecked
* remove GUI build command args
* combine functions
* add accidentaly removed copyright and licencing information
(thanks QT Designer)
2024-09-28 19:54:28 +03:00
Yury
9be3355d11
ru_RU translation fixes ( #1118 )
2024-09-28 19:53:42 +03:00
¥IGA
515ae97d2b
Better screenshots for 0.3.0 + misc changes ( #1122 )
...
* Better screenshots for 0.3.0 + misc changes
* Update BloodBorne screenshot
2024-09-28 16:17:11 +03:00
DanielSvoboda
50708431d6
menu description | rename: Release/Nightly ( #1116 )
...
* menu description
* improve texts
* TR
* Release_Nightly
2024-09-28 16:01:27 +03:00