Commit Graph

23 Commits

Author SHA1 Message Date
georgemoralis beb631607a review fixes 2024-06-10 18:26:37 +03:00
georgemoralis d89e4463e7 moved main code , to emulator,cpp , emulator.h class 2024-06-10 15:18:42 +03:00
GPUCode c01b6f8397 video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
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 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
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 e2b1b059ed core: Switch to std threading primitives 2023-10-22 17:10:25 +03:00
georgemoralis da9adf84c0 some work on pad emulation (WIP) 2023-10-13 09:40:59 +03:00
georgemoralis 3b853413c7 preparing for drawing 2023-09-27 09:26:50 +03:00
georgemoralis 1f0beb0ec3 gpumemory works 2023-09-25 12:04:40 +03:00
georgemoralis 0859964888 almost finished vulkan init 2023-09-21 23:48:16 +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 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 243c0158c1 more to buffers 2023-09-16 00:03:11 +03:00
georgemoralis 61280cb6cf initial work on sdl events 2023-09-14 16:49:47 +03:00
georgemoralis 8954a35eec basic sdl window init 2023-09-12 19:39:08 +03:00
georgemoralis 3e1386666b threading part 1 2023-08-09 10:31:18 +03:00