Commit graph

597 commits

Author SHA1 Message Date
GPUCode 963f665b6f cmake: Refactor library management 2023-11-05 13:22:32 +02:00
georgemoralis a52c11dbb8 libc fprintf implementation for stdout,stderr case (needed from undertale) 2023-11-01 13:02:39 +02:00
georgemoralis cb023852b7 some HLE implementation for undertale game to process further 2023-11-01 12:40:56 +02:00
georgemoralis 34846e8b1b finished libc refactoring 2023-10-31 19:08:33 +02:00
georgemoralis 90efe48b27 libc separate stdlib functions to libc_stdlib 2023-10-31 18:12:05 +02:00
georgemoralis e07cfa1d0f libc separated string functions to libc_string 2023-10-31 17:32:56 +02:00
georgemoralis 13b8a74a43 cleanup libc (wip) and separated it to several files 2023-10-31 15:53:46 +02:00
georgemoralis 6e63d783e5 reorganized libc package 2023-10-31 15:37:24 +02:00
georgemoralis 6e1b06e606 core renaming 2023-10-31 14:28:42 +02:00
georgemoralis b0b69f0274 Merge pull request #65 from georgemoralis/timers_again
Timers and general refactoring
2023-10-31 14:10:36 +02:00
georgemoralis a8cd1ac26d refactoring system service 2023-10-31 14:04:35 +02:00
georgemoralis 0eef2a0fba user service refactoring 2023-10-31 13:35:52 +02:00
georgemoralis c3a23727d5 log scePadOpen 2023-10-31 09:04:08 +02:00
georgemoralis 35e632a2f0 refactored libpad to new package 2023-10-31 09:01:20 +02:00
georgemoralis 5d90022f6a refactoring Core folder to core 2023-10-31 08:47:58 +02:00
georgemoralis 5499d1c81c file_system reorganized (dummy) 2023-10-30 23:04:57 +02:00
georgemoralis 773cd6db33 reimplemented sceKernelReadTsc in proper package and some abi fixes 2023-10-30 20:22:25 +02:00
georgemoralis 7703477af2 pause emu with p button 2023-10-30 14:52:01 +02:00
georgemoralis b668c1424c implemented sceKernelGetProcessTimeCounter , sceKernelGetProcessTimeCounterFrequency 2023-10-30 12:53:52 +02:00
georgemoralis 5127fdcd23 namespace update 2023-10-30 12:43:39 +02:00
georgemoralis 1b63349ef4 added timestamp in buttons state 2023-10-30 08:57:43 +02:00
georgemoralis eb783a1d70 implemented sceKernelGetProcessTime 2023-10-30 08:48:52 +02:00
georgemoralis d8523271e4 implemented fps counter 2023-10-29 23:46:34 +02:00
georgemoralis 2b9fecf6d0 restored previous timer class 2023-10-29 23:46:18 +02:00
georgemoralis 28ef4b2a8e fixed return in flip() function 2023-10-29 23:36:15 +02:00
georgemoralis 08b2f5906e more debugging in elf loader 2023-10-28 09:12:43 +03:00
georgemoralis e847f317e8 switched elf logging to fmt 2023-10-28 08:55:58 +03:00
georgemoralis 4f75f7a710 Merge pull request #64 from georgemoralis/logging_exception
log exceptions and flush log file
2023-10-28 00:10:19 +03:00
georgemoralis 3ad4d77660 Update src/Util/log.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-10-28 00:09:47 +03:00
georgemoralis c1ea924cef Update src/Util/log.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-10-27 20:56:21 +03:00
georgemoralis 14315740f2 Update src/Util/log.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-10-27 20:55:18 +03:00
georgemoralis 389f798ec4 log exceptions and flush log file 2023-10-27 18:57:48 +03:00
georgemoralis b38f9c28ac improved logging in elf loader 2023-10-27 18:28:05 +03:00
georgemoralis 1ca3d68f59 removed obsolute fs 2023-10-27 11:07:19 +03:00
georgemoralis 2dfba74d85 Update README.md 2023-10-27 09:45:15 +03:00
georgemoralis e6951667c2 Merge pull request #62 from GPUCode/new-elf
code: Rework elf loader and general cleanup
2023-10-27 09:44:30 +03:00
GPUCode 4579122515 vulkan: Remove orphan new part 2 2023-10-26 23:46:05 +03:00
GPUCode 944401aa7a vulkan: Remove orphan new part 1 2023-10-26 23:38:37 +03:00
GPUCode 5118435d65 code: Replace printf/scanf with type safe fmt 2023-10-26 23:29:19 +03:00
GPUCode 9ceef6e6f6 main: Remove remnants of imgui example 2023-10-26 23:15:11 +03:00
GPUCode bd8e74f4ef singleton: Use unique_ptr 2023-10-26 23:13:24 +03:00
GPUCode 3b71da6272 linker: Eliminate orphan news
* Most of these can just be on the stack, with the rest being std::vectors
2023-10-26 23:07:15 +03:00
GPUCode 17be88be2e core: Rework elf loader 2023-10-26 22:55:13 +03:00
georgemoralis edff4f1cf5 Merge pull request #61 from GPUCode/stl-threads
core: Switch threading primitives to STL types
2023-10-22 17:35:51 +03:00
GPUCode eef2973a46 core: Remove Timer in favour of std::chrono 2023-10-22 17:17:43 +03:00
GPUCode 7b6a127051 core: Switch to std threading primitives 2023-10-22 17:10:25 +03:00
georgemoralis 6fb5c68812 started 0.0.3 WIP 2023-10-22 00:20:51 +03:00
georgemoralis 5a12c5280b updated changelog for v0.0.2 2023-10-21 21:45:49 +03:00
georgemoralis 680b986bbc updated version to v0.0.2 2023-10-21 21:37:17 +03:00
georgemoralis a805718d6c moved controller to host 2023-10-20 07:25:52 +03:00