Commit graph

448 commits

Author SHA1 Message Date
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 23944ce2d7 forgot cmake 2023-08-03 13:05:36 +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 0b161f3e8b Update README.md 2023-08-02 13:59: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 40f460f47e Update building-windows.md 2023-07-24 12:20:39 +03:00
georgemoralis 5f64272075 Update README.md 2023-07-24 12:19:01 +03:00
georgemoralis c33e354c87 Update README.md
Updated windows build procedure
2023-07-24 12:17:36 +03:00
georgemoralis 844e1a4d66 Update windows.yml - include winpthreads dll 2023-07-23 20:08:18 +03:00
georgemoralis e18ba3a7a7 Update windows.yml clang fix 2023-07-23 19:55:08 +03:00
georgemoralis 33f2576888 Merge pull request #30 from georgemoralis/clang
Clang
2023-07-23 19:23:21 +03:00
georgemoralis 113e042e12 Merge pull request #29 from OFFTKP/patch-1
Fix typo
2023-07-22 09:08:36 +03:00
Paris ecade29592 Fix typo 2023-07-22 02:07:46 +03:00
georgemoralis 802e72a588 added more PS4_SYSV_ABI codes 2023-07-21 14:53:19 +03:00
georgemoralis 74e97bd6c4 added clang configurations , removed buggy MSVC ones 2023-07-21 14:53:19 +03:00
georgemoralis ef7952cd03 Create building-windows.md
vstudio 2002 instructions
2023-07-21 11:05:31 +03:00
georgemoralis 04d3ee9a3f Added sysv_abi , now parameters in sceVideoOutOpen is correct 2023-07-21 08:03:36 +03:00
georgemoralis 118b15de67 added atexit() HLE function , sceVideoOutOpen appears to get invalid parameters 2023-07-20 17:53:51 +03:00
georgemoralis 1ca0b7132e Merge pull request #27 from georgemoralis/pthreads
Pthreads
2023-07-20 13:36:08 +03:00
georgemoralis 4432f289ad we can reach atexit() function as well 2023-07-20 12:41:41 +03:00
georgemoralis 3b53e4781a we can now execute code (reaches init_env() function ) 2023-07-20 12:18:43 +03:00
georgemoralis 34a4ea3b44 more pthread progress added init for main Thread 2023-07-20 11:20:11 +03:00
georgemoralis 8a6ba9256c Merge pull request #25 from wheremyfoodat/main
Φτιαχνοντας λαθη μεταγλωττισης στα νηματα π
2023-07-18 19:48:47 +03:00
wheremyfoodat 3bd30c6641 Fix compilation error maybe 2023-07-18 19:28:28 +03:00
wheremyfoodat 06e12297d0 Update .gitignore 2023-07-18 19:28:19 +03:00