Commit Graph

  • 402ee7d006 init mutex if it doesn't exist when trying to lock (found in openorbis) georgemoralis 2023-11-11 10:49:44 +0200
  • dbaf38dc7d mutex debugging log georgemoralis 2023-11-11 10:01:16 +0200
  • 5f825fc8a8 implemented posix error return codes georgemoralis 2023-11-11 09:45:47 +0200
  • 7fcea3277d some mutexlock , mutexunlock implementations georgemoralis 2023-11-10 23:30:28 +0200
  • 11edfecb75 some dummy mutexlock-unlock georgemoralis 2023-11-10 21:08:32 +0200
  • a10af46153 some refactoring on thread class georgemoralis 2023-11-10 20:51:02 +0200
  • 91885e8a41 added sceMutexInit functions georgemoralis 2023-11-10 19:52:41 +0200
  • 86bc2d427f moved thread_management to proper package georgemoralis 2023-11-10 17:31:56 +0200
  • 2fa24cc776 a more random? value for sceKernelGetdents georgemoralis 2023-11-08 14:52:28 +0200
  • 7a3e4637f4 small format fixes georgemoralis 2023-11-08 12:10:21 +0200
  • e35efb55a2 better code for getDirectoryEntries wheremyfoodat 2023-11-08 12:04:26 +0200
  • 1ced777f20 fixed common type georgemoralis 2023-11-08 08:32:22 +0200
  • 76e24202da use scoped_lock instead of unique_lock georgemoralis 2023-11-08 08:21:11 +0200
  • 9fb5852f2e
    Update src/main.cpp georgemoralis 2023-11-08 08:01:41 +0200
  • 0dfdefe01b
    Update src/core/hle/libraries/libkernel/file_system.h georgemoralis 2023-11-08 08:01:14 +0200
  • 128a27a38b
    Update src/core/hle/libraries/libkernel/file_system.cpp georgemoralis 2023-11-08 08:00:18 +0200
  • b33fd9d8cb
    Update src/core/file_sys/fs.h georgemoralis 2023-11-08 07:59:38 +0200
  • 81b5434491
    Update src/core/file_sys/fs.h georgemoralis 2023-11-08 07:58:34 +0200
  • 3bc52fcce3
    Update src/core/hle/libraries/libkernel/file_system.h georgemoralis 2023-11-08 07:58:15 +0200
  • c2f18dc7b0
    Update src/core/hle/libraries/libkernel/file_system.cpp georgemoralis 2023-11-08 07:57:45 +0200
  • d4ac82eef2
    Update src/common/fs_file.cpp georgemoralis 2023-11-08 07:57:13 +0200
  • 4bd4d2ff53
    Update src/common/fs_file.h georgemoralis 2023-11-08 07:56:50 +0200
  • f8cc51496d
    Update src/core/file_sys/fs.cpp georgemoralis 2023-11-08 07:56:40 +0200
  • c6459f35a7 more libc string functions georgemoralis 2023-11-07 16:03:08 +0200
  • 365222ee9a added posix close georgemoralis 2023-11-07 12:02:54 +0200
  • fc14a8a707 sceKernelGetdents implementation georgemoralis 2023-11-07 11:04:59 +0200
  • 429d7deb29 temp fix for create_directories georgemoralis 2023-11-07 09:58:55 +0200
  • 461215a6f5 intial work on listing directories georgemoralis 2023-11-07 07:59:14 +0200
  • 0f59f4a745 implemented sceKernelClose georgemoralis 2023-11-06 22:57:06 +0200
  • bd6d635a4b sceKernelOpen create directories works georgemoralis 2023-11-06 22:47:46 +0200
  • 961a1a3258 main : mounting app0 georgemoralis 2023-11-06 20:47:53 +0200
  • 3238fff089 partial support for sceKernelOpen directory georgemoralis 2023-11-06 20:47:18 +0200
  • 172fa7df6e reserved first 3 handles for stdin,stdout,stderr georgemoralis 2023-11-06 19:22:52 +0200
  • 55a2bfcc29 used existing empty place in vector when allocate a new one georgemoralis 2023-11-06 19:09:00 +0200
  • bfbe67bc42 fs mount points and handles georgemoralis 2023-11-06 08:32:27 +0200
  • a01e057632
    Merge pull request #69 from GPUCode/main georgemoralis 2023-11-06 06:55:36 +0200
  • 79c9d9ebd1 kernel: To snake case GPUCode 2023-11-06 01:19:57 +0200
  • 099d01f96c common: Move timer to common GPUCode 2023-11-06 01:17:28 +0200
  • 369d92fa56 core: Reorganize GPUCode 2023-11-06 01:11:54 +0200
  • 89cf4dbfcb
    Merge pull request #68 from GPUCode/main georgemoralis 2023-11-05 22:05:34 +0200
  • 7bccfeb8cc emulator: Use fmt::format instead of snprintf GPUCode 2023-11-05 17:14:39 +0200
  • 1cf032eeb1 cmake: Add directory groups GPUCode 2023-11-05 17:08:47 +0200
  • 303f086b14 common: Move classes to common namespace GPUCode 2023-11-05 16:56:28 +0200
  • 996aa9d17a cmake: Add include directory to winpthread GPUCode 2023-11-05 16:30:11 +0200
  • a0b80893db cmake: Update CMakeLists.txt GPUCode 2023-11-05 14:21:20 +0200
  • 17aefc1aef src: Move certain headers in common GPUCode 2023-11-05 13:41:10 +0200
  • 6e28ac711f cmake: Refactor library management GPUCode 2023-11-05 13:22:18 +0200
  • ca642a3a5f handles implementation georgemoralis 2023-11-04 23:43:12 +0200
  • 997dbddfce initial handles design georgemoralis 2023-11-04 22:39:16 +0200
  • c41b773677 added mounting points georgemoralis 2023-11-03 18:03:48 +0200
  • 1d76376d09 intial dummy fs georgemoralis 2023-11-03 17:50:55 +0200
  • c126925dd9 libc fprintf implementation for stdout,stderr case (needed from undertale) georgemoralis 2023-11-01 13:02:39 +0200
  • 7b276e0a08 some HLE implementation for undertale game to process further georgemoralis 2023-11-01 12:40:56 +0200
  • ffa46d5ad8 space fix georgemoralis 2023-10-31 20:08:13 +0200
  • 05a5dc2453 fixed unknown nid georgemoralis 2023-10-31 20:06:00 +0200
  • 6fba3a4380 finished libc refactoring georgemoralis 2023-10-31 19:08:33 +0200
  • fd535bae6b libc separate stdlib functions to libc_stdlib georgemoralis 2023-10-31 18:12:05 +0200
  • f5526977d3 libc separated string functions to libc_string georgemoralis 2023-10-31 17:32:56 +0200
  • 483ce75769 WIP: Add asserts for segment overrides Stefanos Kornilios Mitsis Poiitidis 2023-10-31 16:45:12 +0200
  • addadb2a2d WIP: Add __error, mmap workarounds Stefanos Kornilios Mitsis Poiitidis 2023-10-31 16:44:31 +0200
  • 1a9e1ffc16 WIP: Fix stack setup Stefanos Kornilios Mitsis Poiitidis 2023-10-31 16:17:37 +0200
  • afe8ee173e virt: WIP with zydis and xbyak Stefanos Kornilios Mitsis Poiitidis 2023-10-15 18:23:10 +0300
  • bb578ae377 cleanup libc (wip) and separated it to several files georgemoralis 2023-10-31 15:53:46 +0200
  • 28a5277e2b reorganized libc package georgemoralis 2023-10-31 15:37:24 +0200
  • 53a8024e43 core renaming georgemoralis 2023-10-31 14:28:42 +0200
  • aee25dcaf9
    Merge pull request #65 from georgemoralis/timers_again georgemoralis 2023-10-31 14:10:36 +0200
  • 11c0d79045 refactoring system service georgemoralis 2023-10-31 14:04:35 +0200
  • 7391f7708a user service refactoring georgemoralis 2023-10-31 13:35:52 +0200
  • bdd756a090 log scePadOpen georgemoralis 2023-10-31 09:04:08 +0200
  • c488b7132d refactored libpad to new package georgemoralis 2023-10-31 09:01:20 +0200
  • 93e75481c7 refactoring Core folder to core georgemoralis 2023-10-31 08:47:58 +0200
  • cfdc45dfcb file_system reorganized (dummy) georgemoralis 2023-10-30 23:04:57 +0200
  • 6f941c277a reimplemented sceKernelReadTsc in proper package and some abi fixes georgemoralis 2023-10-30 20:22:25 +0200
  • 61e8919cf1 pause emu with p button georgemoralis 2023-10-30 14:52:01 +0200
  • 0ad40cff1b implemented sceKernelGetProcessTimeCounter , sceKernelGetProcessTimeCounterFrequency georgemoralis 2023-10-30 12:53:52 +0200
  • 51dda8e8a5 namespace update georgemoralis 2023-10-30 12:43:39 +0200
  • 3602864523 added timestamp in buttons state georgemoralis 2023-10-30 08:57:43 +0200
  • 758ef332f2 implemented sceKernelGetProcessTime georgemoralis 2023-10-30 08:48:52 +0200
  • f732704b83 implemented fps counter georgemoralis 2023-10-29 23:46:34 +0200
  • ce2c7a7d01 restored previous timer class georgemoralis 2023-10-29 23:46:18 +0200
  • 1e755d3cfc fixed return in flip() function georgemoralis 2023-10-29 23:36:15 +0200
  • adbe725d79 more debugging in elf loader georgemoralis 2023-10-28 09:12:43 +0300
  • 4e6bfe1772 switched elf logging to fmt georgemoralis 2023-10-28 08:55:58 +0300
  • bb49254fad
    Merge pull request #64 from georgemoralis/logging_exception georgemoralis 2023-10-28 00:10:19 +0300
  • f1ddf028c2
    Update src/Util/log.cpp georgemoralis 2023-10-28 00:09:47 +0300
  • 4706b6b4e5
    Update src/Util/log.cpp georgemoralis 2023-10-27 20:56:21 +0300
  • ff2a9dd37a
    Update src/Util/log.cpp georgemoralis 2023-10-27 20:55:18 +0300
  • 2f0fec806a log exceptions and flush log file georgemoralis 2023-10-27 18:57:48 +0300
  • af3710887c improved logging in elf loader georgemoralis 2023-10-27 18:28:05 +0300
  • a1c1c0e623
    Update README.md Mizmalik 2023-10-27 11:32:56 +0200
  • eb67c847a7 removed obsolute fs georgemoralis 2023-10-27 11:07:19 +0300
  • 50a2f48427
    Update README.md georgemoralis 2023-10-27 09:45:15 +0300
  • b3cc2efdb2
    Merge pull request #62 from GPUCode/new-elf georgemoralis 2023-10-27 09:44:30 +0300
  • 0021e68aab vulkan: Remove orphan new part 2 GPUCode 2023-10-26 23:46:05 +0300
  • e196e35669 vulkan: Remove orphan new part 1 GPUCode 2023-10-26 23:38:37 +0300
  • 28819dede1 code: Replace printf/scanf with type safe fmt GPUCode 2023-10-26 23:29:05 +0300
  • 33729d634e main: Remove remnants of imgui example GPUCode 2023-10-26 23:15:11 +0300
  • f3504b2d25 singleton: Use unique_ptr GPUCode 2023-10-26 23:13:07 +0300
  • 7cbe7c762a linker: Eliminate orphan news GPUCode 2023-10-26 23:07:15 +0300
  • ca564b928c core: Rework elf loader GPUCode 2023-10-26 22:55:13 +0300