Commit graph

922 commits

Author SHA1 Message Date
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
wheremyfoodat 6aa31e3bc6 Merge pull request #1 from wheremyfoodat/pthreadz
Pthreadz
2023-07-18 19:00:13 +03:00
georgemoralis 8acd636a13 some pthread work nothing exciting 2023-07-18 18:54:46 +03:00
georgemoralis 9d24671994 initial thread management files 2023-07-17 23:46:25 +03:00
georgemoralis 3e04bb420b fixed winpthread linking 2023-07-17 23:20:17 +03:00
georgemoralis 3bbd34aba1 updates submodules to latest 2023-07-17 23:19:33 +03:00
georgemoralis 92ea37ae8f added winpthread library 2023-07-17 22:43:30 +03:00
georgemoralis 61d52efb73 all function for video out demo should resolve now 2023-07-17 13:53:27 +03:00
georgemoralis 1bf467aa82 more dummy GnmDriver function calls 2023-07-17 13:39:00 +03:00
georgemoralis 7216413a03 more dummy patching functions 2023-07-14 14:29:13 +03:00
georgemoralis 51cfddb77d patching sceVideoOut functions 2023-07-13 18:36:03 +03:00
georgemoralis 152c581dc5 patching more dummy functions 2023-07-13 12:56:36 +03:00
georgemoralis 32973f1b31 some missing nid names from videoout_basic demo 2023-07-12 14:44:37 +03:00
georgemoralis c487052f0b resolving relocate function and patching them (successfully done one :D) 2023-07-11 18:50:29 +03:00
georgemoralis 11a958ba54 some more work on linker and added some more needed (but not currently used) memory functions 2023-07-10 14:52:14 +03:00
georgemoralis 87c5ce173c kalitero usage minima sto main.cpp . Ola einai modules alla den tha katalaboun 2023-07-08 21:06:10 +03:00
georgemoralis 2f14148482 Update README.md
Added linux build status
2023-07-07 14:47:34 +03:00
georgemoralis 47f7138380 Merge pull request #22 from georgemoralis/skmp/add-linux-ci
ci: Add linux.yml
2023-07-07 14:34:29 +03:00
georgemoralis b8604d8189 Merge pull request #21 from wheremyfoodat/panda
Add clang-format
2023-07-07 14:34:15 +03:00
Stefanos Kornilios Mitsis Poiitidis 2cc665cfa9 ci: Use all available cores for linux 2023-07-07 14:23:00 +03:00
Stefanos Kornilios Mitsis Poiitidis a4346a44d9 ci: install some packages for linux 2023-07-07 14:17:35 +03:00
Stefanos Kornilios Mitsis Poiitidis 4095f2abec git: Enable shallow checkout for submodules 2023-07-07 14:12:24 +03:00
wheremyfoodat 2eabeb8ccd Add clang-format 2023-07-07 14:07:34 +03:00
Stefanos Kornilios Mitsis Poiitidis b649d2b263 ci: Add linux.yml 2023-07-07 14:07:22 +03:00
georgemoralis 47dd09e437 Merge pull request #20 from georgemoralis/skmp/linux-fixes
Linux fixes
2023-07-07 14:00:44 +03:00
Stefanos Kornilios Mitsis Poiitidis 4ae5300e1a main: validate arguments 2023-07-07 13:54:44 +03:00
Stefanos Kornilios Mitsis Poiitidis 61984bf92b linux: Fix build 2023-07-07 13:49:46 +03:00