Commit graph

120 commits

Author SHA1 Message Date
georgemoralis 3aa62a59d2 removed some debug code 2023-08-17 10:11:50 +03:00
georgemoralis b473d6e3e6 sceKernelCreateEqueue implemented 2023-08-17 10:10:13 +03:00
georgemoralis aca9aee7be configurable loglevel in config file 2023-08-16 10:34:04 +03:00
georgemoralis 5a6ceb04a5 reorganize function call to proper file 2023-08-15 23:10:45 +03:00
wheremyfoodat c016e7ac12 added configuration class 2023-08-14 20:17:01 +03:00
georgemoralis b67e7460e2 improvements in logging 2023-08-14 01:24:03 +03:00
georgemoralis b0f8aadd18 log class : added color output based on log levels (WIP) 2023-08-13 17:33:50 +03:00
georgemoralis c37067641d refactoring log class 2023-08-13 16:54:56 +03:00
georgemoralis a3c6af99b8 remove log for renaming to lowercase 2023-08-13 16:46:59 +03:00
georgemoralis 470699a41a using our own application id for discord 2023-08-12 18:47:37 +03:00
georgemoralis f62f2c767f better place to init discordRPC 2023-08-12 01:02:42 +03:00
wheremyfoodat f6d3ea4253 Add discord RPC 2023-08-11 20:22:26 +03:00
georgemoralis 011e2dffc3 proper variable naming 2023-08-10 21:30:35 +03:00
georgemoralis d0f4788647 sceVideoOutSetBufferAttribute attribute->option value 2023-08-10 20:20:42 +03:00
georgemoralis 27df587d7f sceVideoOutSetBufferAttribute implementation 2023-08-10 20:14:44 +03:00
georgemoralis 200e5933ad threading working ,fixed a big in sceKernelMapDirectMemory 2023-08-09 11:42:50 +03:00
georgemoralis e1693e28c5 threading part 1 2023-08-09 10:31:18 +03:00
wheremyfoodat d4b8a2ee17 name conversions fixes 2023-08-08 22:44:01 +03:00
georgemoralis a703392cbd implemented sceKernelMapDirectMemory 2023-08-08 22:24:17 +03:00
georgemoralis 297e4d9afc aligned memory allocation using VirtualAlloc2 2023-08-07 18:16:26 +03:00
georgemoralis e26cabb181 refactoring virtual_memory 2023-08-06 22:52:20 +03:00
georgemoralis 89abe5cc28 refactoring 2023-08-04 11:33:00 +03:00
georgemoralis 84a9f9bb16 initial work on sceKernelMapDirectMemory 2023-08-03 14:18:55 +03:00
georgemoralis be4ce90b50 recommit debug.h 2023-08-03 13:43:42 +03:00
georgemoralis 016b5a4a76 git doesn't understand namechange 2023-08-03 13:43:25 +03:00
georgemoralis 55c8921088 improved logging in sceKernelAllocateDirectMemory 2023-08-03 13:27:07 +03:00
georgemoralis 1f1d8af940 added more proper and faster hex logging conversion 2023-08-03 13:16:49 +03:00
georgemoralis 3effaa2733 removed debug code 2023-08-03 13:06:23 +03:00
georgemoralis bd93b1f84d memory management refactoring 2023-08-03 13:05:13 +03:00
wheremyfoodat 582e27b729 general refactoring and coding format fixes 2023-08-03 12:25:25 +03:00
wheremyfoodat 1e52636259 proper timer class placeholders 2023-08-03 12:11:47 +03:00
georgemoralis 1dbc6685b2 placeholder for making Memory and Timer classes portable 2023-08-03 11:29:14 +03:00
georgemoralis ed464903d7 print memory types enum value 2023-08-03 11:13:08 +03:00
georgemoralis 018e0d37c7 more refactoring 2023-08-02 15:16:00 +03:00
georgemoralis 17fc6b63a7 refactoring 2023-08-02 13:51:10 +03:00
wheremyfoodat 7d5f53cd95 name conversions 2023-08-02 13:11:09 +03:00
georgemoralis 4d87ac2143 Refactoring PhysicalMemory 2023-08-02 08:41:41 +03:00
georgemoralis 497accb009 PhysicalMemory is now singleton 2023-08-02 08:04:09 +03:00
georgemoralis 6bfdf17a03 sceKernelAllocateDirectMemory should be ok for now 2023-08-01 17:59:08 +03:00
georgemoralis bd541da90a ugly PhysicalMemory 2023-08-01 17:02:26 +03:00
georgemoralis cc8c7eb648 Added Thread class 2023-08-01 12:49:57 +03:00
georgemoralis 8a3eb1574a improved StringUtil algo + some PhysicalMemory work 2023-08-01 00:42:49 +03:00
georgemoralis 9b6101e067 improvements in sceKernelAllocateDirectMemory and function logging 2023-07-27 17:56:57 +03:00
wheremyfoodat 4384c38c35 User-defined literals 2023-07-27 15:09:52 +03:00
georgemoralis ccd86c929e some memory functions (videoout_basic now reaches sceKernelAllocateDirectMemory which is WIP) 2023-07-27 13:36:47 +03:00
georgemoralis 12b880df99 some dummy HLE functions and implementations in libc 2023-07-26 23:52:26 +03:00
georgemoralis d2b524c2db some constants defines 2023-07-26 15:13:40 +03:00
georgemoralis c2997f7a10 stubbed Assert function . should fix #26 2023-07-26 13:18:10 +03:00
georgemoralis 936d255e63 portable debugbreak
ευχαριστώ ροδάκινε

Co-Authored-By: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
2023-07-24 13:05:57 +03:00
georgemoralis 802e72a588 added more PS4_SYSV_ABI codes 2023-07-21 14:53:19 +03:00