Commit Graph

485 Commits

Author SHA1 Message Date
georgemoralis 2fa24cc776 a more random? value for sceKernelGetdents 2023-11-08 14:52:28 +02:00
georgemoralis 7a3e4637f4 small format fixes 2023-11-08 12:10:21 +02:00
wheremyfoodat e35efb55a2 better code for getDirectoryEntries 2023-11-08 12:04:26 +02:00
georgemoralis 1ced777f20 fixed common type 2023-11-08 08:32:22 +02:00
georgemoralis 76e24202da use scoped_lock instead of unique_lock 2023-11-08 08:21:11 +02:00
georgemoralis 9fb5852f2e
Update src/main.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 08:01:41 +02:00
georgemoralis 0dfdefe01b
Update src/core/hle/libraries/libkernel/file_system.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 08:01:14 +02:00
georgemoralis 128a27a38b
Update src/core/hle/libraries/libkernel/file_system.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 08:00:18 +02:00
georgemoralis b33fd9d8cb
Update src/core/file_sys/fs.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 07:59:38 +02:00
georgemoralis 81b5434491
Update src/core/file_sys/fs.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 07:58:34 +02:00
georgemoralis 3bc52fcce3
Update src/core/hle/libraries/libkernel/file_system.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 07:58:15 +02:00
georgemoralis c2f18dc7b0
Update src/core/hle/libraries/libkernel/file_system.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 07:57:45 +02:00
georgemoralis d4ac82eef2
Update src/common/fs_file.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 07:57:13 +02:00
georgemoralis 4bd4d2ff53
Update src/common/fs_file.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 07:56:50 +02:00
georgemoralis f8cc51496d
Update src/core/file_sys/fs.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-11-08 07:56:40 +02:00
georgemoralis c6459f35a7 more libc string functions 2023-11-07 16:03:08 +02:00
georgemoralis 365222ee9a added posix close 2023-11-07 12:02:54 +02:00
georgemoralis fc14a8a707 sceKernelGetdents implementation 2023-11-07 11:04:59 +02:00
georgemoralis 429d7deb29 temp fix for create_directories 2023-11-07 09:58:55 +02:00
georgemoralis 461215a6f5 intial work on listing directories 2023-11-07 07:59:14 +02:00
georgemoralis 0f59f4a745 implemented sceKernelClose 2023-11-06 22:57:06 +02:00
georgemoralis bd6d635a4b sceKernelOpen create directories works 2023-11-06 22:47:46 +02:00
georgemoralis 961a1a3258 main : mounting app0 2023-11-06 20:47:53 +02:00
georgemoralis 3238fff089 partial support for sceKernelOpen directory 2023-11-06 20:47:18 +02:00
georgemoralis 172fa7df6e reserved first 3 handles for stdin,stdout,stderr 2023-11-06 19:22:52 +02:00
georgemoralis 55a2bfcc29 used existing empty place in vector when allocate a new one 2023-11-06 19:09:00 +02:00
georgemoralis bfbe67bc42 fs mount points and handles 2023-11-06 08:32:27 +02:00
georgemoralis a01e057632
Merge pull request #69 from GPUCode/main
core: Cleanup and reorganize
2023-11-06 06:55:36 +02:00
GPUCode 79c9d9ebd1 kernel: To snake case 2023-11-06 01:19:57 +02:00
GPUCode 099d01f96c common: Move timer to common 2023-11-06 01:17:28 +02:00
GPUCode 369d92fa56 core: Reorganize 2023-11-06 01:11:54 +02:00
georgemoralis 89cf4dbfcb
Merge pull request #68 from GPUCode/main
cmake: Refactor third party library management
2023-11-05 22:05:34 +02:00
GPUCode 7bccfeb8cc emulator: Use fmt::format instead of snprintf 2023-11-05 17:14:50 +02:00
GPUCode 1cf032eeb1 cmake: Add directory groups 2023-11-05 17:08:47 +02:00
GPUCode 303f086b14 common: Move classes to common namespace 2023-11-05 16:56:28 +02:00
GPUCode 996aa9d17a cmake: Add include directory to winpthread 2023-11-05 16:30:11 +02:00
GPUCode a0b80893db cmake: Update CMakeLists.txt 2023-11-05 14:21:20 +02:00
GPUCode 17aefc1aef src: Move certain headers in common 2023-11-05 13:41:26 +02:00
GPUCode 6e28ac711f cmake: Refactor library management 2023-11-05 13:22:32 +02:00
georgemoralis c126925dd9 libc fprintf implementation for stdout,stderr case (needed from undertale) 2023-11-01 13:02:39 +02:00
georgemoralis 7b276e0a08 some HLE implementation for undertale game to process further 2023-11-01 12:40:56 +02:00
georgemoralis 6fba3a4380 finished libc refactoring 2023-10-31 19:08:33 +02:00
georgemoralis fd535bae6b libc separate stdlib functions to libc_stdlib 2023-10-31 18:12:05 +02:00
georgemoralis f5526977d3 libc separated string functions to libc_string 2023-10-31 17:32:56 +02:00
georgemoralis bb578ae377 cleanup libc (wip) and separated it to several files 2023-10-31 15:53:46 +02:00
georgemoralis 28a5277e2b reorganized libc package 2023-10-31 15:37:24 +02:00
georgemoralis 53a8024e43 core renaming 2023-10-31 14:28:42 +02:00
georgemoralis aee25dcaf9
Merge pull request #65 from georgemoralis/timers_again
Timers and general refactoring
2023-10-31 14:10:36 +02:00
georgemoralis 11c0d79045 refactoring system service 2023-10-31 14:04:35 +02:00
georgemoralis 7391f7708a user service refactoring 2023-10-31 13:35:52 +02:00