Commit Graph

  • b7c7934e2a sceKernelClockGettime,sceUserServiceGetInitialUser functions georgemoralis 2023-11-13 18:36:15 +0200
  • b6db2ec20c more libc functions for goats georgemoralis 2023-11-13 15:24:36 +0200
  • 7feffecb0f some more fopen debugging georgemoralis 2023-11-13 14:11:53 +0200
  • 57985304c6 added some more stdio functions georgemoralis 2023-11-13 14:06:57 +0200
  • 30e9012914 added fopen and fclose functions georgemoralis 2023-11-13 13:50:37 +0200
  • a1e5fcf0c5 added fs.cpp , fs.h from pr #70 georgemoralis 2023-11-13 13:05:39 +0200
  • 49090c1ba5 sprintf implementation georgemoralis 2023-11-13 12:22:41 +0200
  • 9b8615e99b snprintf implementation georgemoralis 2023-11-13 09:22:26 +0200
  • 7631ebb76f libc strncmp , strrchr for katsika georgemoralis 2023-11-13 08:44:08 +0200
  • dde91c1c4d
    Merge pull request #71 from georgemoralis/undertale georgemoralis 2023-11-12 20:26:51 +0200
  • f3c189feb3 cleanup createMutex georgemoralis 2023-11-12 20:23:42 +0200
  • 8f8f0757af fixed issue in scePthreadAttrSetschedpolicy georgemoralis 2023-11-12 15:09:18 +0200
  • ae12f351f8 better posix errors georgemoralis 2023-11-12 13:23:35 +0200
  • e8c425850e some adjustments wheremyfoodat 2023-11-12 10:57:50 +0200
  • 7e6c741ed7 added sceSystemServiceGetStatus georgemoralis 2023-11-11 16:25:53 +0200
  • 420b917a0a
    Merge pull request #72 from wheremyfoodat/libc_undertale georgemoralis 2023-11-11 12:31:05 +0200
  • 21c8150841
    [Libc] Add getptolower/getptoupper/getpctype wheremyfoodat 2023-11-11 12:28:15 +0200
  • 7f0cf8784b improved mutex creation georgemoralis 2023-11-11 12:13:43 +0200
  • 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 filesystem_implementation 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 newfs 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