Commit Graph

18 Commits

Author SHA1 Message Date
CrazyBloo
00f9b6d811 sceRtcParseRFC3339, sceRtcParseDateTime 2024-09-05 07:08:19 -04:00
CrazyBloo
a83bf77a25 GetDosTime, GetTime_t, GetWin32FileTime
+various formatting improvements
2024-09-05 05:19:24 -04:00
CrazyBloo
44e310e27e format 2024-09-05 03:39:47 -04:00
CrazyBloo
b5437974f2 format rfc2822, format rfc3339 2024-09-05 03:32:52 -04:00
CrazyBloo
67350b17dc fix ConvertUtcToLocalTime,RtcConvertLocalTimeToUtc 2024-09-04 21:11:38 -04:00
CrazyBloo
ee3cf93973 fix mac and linux builds, const for UNIX_EPOCH 2024-09-03 12:03:12 -04:00
CrazyBloo
7a6f22dfa0 fix sceRtcGetCurrentClockLocalTime,
fixes sceRtcGetCurrentClockLocalTime using lizardy's suggestions.

also implements various formatting improvements and logging changes
2024-09-03 16:17:00 +09:00
CrazyBloo
9187913c42 various formatting improvements and fixes 2024-09-02 07:37:20 -04:00
CrazyBloo
58cc7616d5 implement lizardy's changes 2024-08-31 22:21:12 -04:00
CrazyBloo
d27c6319c5 format 2024-08-31 18:28:57 -04:00
CrazyBloo
0ce38285d7
Merge branch 'shadps4-emu:main' into libSceRtc 2024-08-31 18:26:24 -04:00
CrazyBloo
e247461b8d more functions 2024-08-31 18:25:27 -04:00
Xphalnos
7886761476 Reorganization of includes (Part 2) 2024-08-30 15:48:21 +02:00
CrazyBloo
1aafe183df format 2024-08-30 07:12:49 -04:00
CrazyBloo
2b8d1da9f9 SetTick + GetTick, adding functions, checkvalid 2024-08-30 07:02:57 -04:00
Lizardy
32cb3649d3
rtc errors (#485)
* rtc errors

* add system libs to cmakelists

* this.[func]

* fix errors

* declaration

* log handle addr

* missed

---------

Co-authored-by: microsoftv <6063922+microsoftv@users.noreply.github.com>
2024-08-21 00:47:17 +03:00
TheTurtle
c5d1d579b1
core: Many things (#194)
* video_core: Add a few missed things

* libkernel: More proper memory mapped files

* memory: Fix tessellation buffer mapping

* Cuphead work

* sceKernelPollSema fix

* clang format

* fixed ngs2 lle loading and rtc lib

* draft pthreads keys implementation

* fixed return codes

* return error code if sceKernelLoadStartModule module is invalid

* re-enabled system modules and disable debug in libs.h

* Improve linux support

* fix windows build

* kernel: Rework keys

---------

Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
2024-06-15 14:36:07 +03:00
georgemoralis
a1efcd9832 added rtc and disc_map modules 2024-06-08 22:41:25 +03:00