georgemoralis
2e931c9f72
More modules ( #99 )
...
* added dummy sceAudio lib
* added lseek in file_system
* updated sdl3
* forgot sdl3 in cmake
* cmake is case sensitive in linux
* fixed SDL_CreateWindowWithPosition
* fixed vulkan issues with latest sdl3
* some progress in sceAudio
* improvements in audio
* more sound improvements
* first working sound output , from openorbis sound demo
* updated sdl3 , zlib-ng can now be build with msvc+clangci
* fixed cmake
* fix for audio buffering
* clang format fix
* format fix
* better error handling for sceAudioOutput
2024-03-22 18:12:37 +02:00
GPUCode
79d6c8a377
common: Rewrite logging based on cut down citra logger ( #86 )
...
* common: Rewrite logging based on cut down Citra logger
* code: Misc fixes
* core: Bring back tls handler
* linker: Cleanup
* config: Remove log level
* logging: Enable console output by default
* core: Fix windows build
2024-02-28 00:10:34 +02:00
GPUCode
584b7d2b15
chore: Make shadps4 REUSE compliant
2024-02-23 23:33:43 +02:00
GPUCode
6f4c6ae0bb
code: Add clang-format target and CI workflow ( #82 )
...
* code: Add clang format target, rules and CI workflow
* code: Run clang format on sources
2024-02-23 22:57:57 +02:00
GPUCode
303f086b14
common: Move classes to common namespace
2023-11-05 16:56:28 +02:00
GPUCode
17aefc1aef
src: Move certain headers in common
2023-11-05 13:41:26 +02:00
georgemoralis
93e75481c7
refactoring Core folder to core
2023-10-31 08:47:58 +02:00
GPUCode
e196e35669
vulkan: Remove orphan new part 1
2023-10-26 23:38:37 +03:00
GPUCode
28819dede1
code: Replace printf/scanf with type safe fmt
2023-10-26 23:29:19 +03:00
GPUCode
e2b1b059ed
core: Switch to std threading primitives
2023-10-22 17:10:25 +03:00
georgemoralis
58721d84a0
refactoring singleton class
2023-10-15 10:03:26 +03:00
georgemoralis
da9adf84c0
some work on pad emulation (WIP)
2023-10-13 09:40:59 +03:00
georgemoralis
05fdea61fc
more work on graphics . tiles are not yet supported
2023-09-27 22:47:53 +03:00
georgemoralis
12382ddac4
fixed some silly issues
2023-09-22 00:05:00 +03:00
georgemoralis
0859964888
almost finished vulkan init
2023-09-21 23:48:16 +03:00
georgemoralis
3c4716ba5f
vulkanCreateQueues
2023-09-21 18:20:13 +03:00
georgemoralis
b1d812bb32
vulkan : createDevice
2023-09-21 12:59:48 +03:00
georgemoralis
90dc454440
Finished vulkanFindQueues
2023-09-21 12:41:51 +03:00
georgemoralis
3768dfabfc
more work on vulkan queues
2023-09-20 14:19:20 +03:00
georgemoralis
48ae687191
misc
2023-09-19 17:13:37 +03:00
georgemoralis
b68f018fad
Added vulkanGetSurfaceCapabilities
2023-09-19 14:02:40 +03:00
georgemoralis
faf9a03437
some vulkan queue work
2023-09-19 09:15:59 +03:00
georgemoralis
78bafe88fa
even more vulkan init
2023-09-18 14:52:16 +03:00
georgemoralis
ef6da6bddb
more vulkan init progress
2023-09-17 23:38:16 +03:00
georgemoralis
f6388c367e
added vulkan extension initialize
2023-09-17 20:01:29 +03:00