Commit Graph

  • dbaa86d03f Merge remote-tracking branch 'upstream/main' rainmakerv2 2024-12-01 06:15:08 +0800
  • 6019805048 libraries: Add stubs for libScePlayGoDialog squidbus 2024-11-30 13:27:49 -0800
  • 38b55fe90d cmake: unbundle stb Alexandre Bouvier 2024-08-26 02:06:11 +0200
  • 5f4d03172f
    cmake: unbundle libpng (#1576) Alexandre Bouvier 2024-11-30 20:39:51 +0000
  • b0860d6e8c
    implement DS_AND_B32, DS_OR_B32, DS_XOR_B32 (#1593) Jamie Tong 2024-12-01 04:39:11 +0800
  • 5b6e0ab238
    core: Library cleanup (#1631) TheTurtle 2024-11-30 22:37:36 +0200
  • 3d0aacd43d
    ci: Limit build parallelism to number of processors. (#1632) squidbus 2024-11-30 12:24:32 -0800
  • 53f3ca0040 core: More style changes IndecisiveTurtle 2024-11-30 17:15:25 +0200
  • ba78dc5552 core: Bring structs and enums to codebase style IndecisiveTurtle 2024-11-30 03:20:58 +0200
  • d1c3aeb8a4 core: Split error codes into separate files IndecisiveTurtle 2024-11-30 01:34:16 +0200
  • 7153838c4e
    libraries: Add initial HLE JPEG encoder skeleton (#1607) squidbus 2024-11-30 11:43:12 -0800
  • 2002e37ce9
    Allow shader patching (#1633) Vinicius Rangel 2024-11-30 16:15:55 -0300
  • 86c30a8b40
    Allow shader patching Vinicius Rangel 2024-08-08 13:56:00 -0300
  • 1d81dcb8b1 externals: Update ffmpeg-core squidbus 2024-11-28 06:41:32 -0800
  • 1646382f39 jpegenc: Fix missing log. squidbus 2024-11-28 01:27:21 -0800
  • e87f17fe8c jpegenc: Clean up parameter validations. squidbus 2024-11-28 01:22:39 -0800
  • d3128d3068 updated enums , added logging georgemoralis 2024-11-28 10:42:47 +0200
  • 1d539166e7 jpegenc: Finish adding parameter validation. squidbus 2024-11-27 09:03:00 -0800
  • 27159adb6d libraries: Add initial HLE JPEG encoder skeleton squidbus 2024-11-27 00:31:17 -0800
  • d5acf066c9 ci: Limit build parallelism to number of processors. squidbus 2024-11-30 09:43:35 -0800
  • 07f4a0305b
    semaphore: Use condvars with separate signaled flag to prevent races (#1615) squidbus 2024-11-30 09:19:07 -0800
  • 5bf595704e Merge remote-tracking branch 'upstream/main' rainmakerv2 2024-11-30 22:57:00 +0800
  • c0d43a1a5f Fixed incorrectly skipped RTs Vladislav Mikhalin 2024-11-30 17:05:08 +0300
  • 83d08bf96b
    core/libraries: Misc. Ime fixes Daniel R 2024-11-30 12:51:00 +0100
  • 36044043bc
    config: Fix loading install directories. (#1626) squidbus 2024-11-30 02:08:34 -0800
  • 08b00d0eb8 config: Fix loading install directories. squidbus 2024-11-30 01:59:38 -0800
  • 99ac10a417
    libraries: Add libSceRazorCpu HLE skeleton. (#1624) squidbus 2024-11-30 01:30:22 -0800
  • 7bf168e47f Revert "Remove save migration code (#1621)" georgemoralis 2024-11-30 11:28:46 +0200
  • 7e525a59e4 Kernel Fixes (#1605) Stephen Miller 2024-11-30 02:28:31 -0600
  • b1a024efbd Remove save migration code (#1621) ¥IGA 2024-11-30 09:25:55 +0100
  • 1a49c9d5ba libraries: Add libSceRazorCpu HLE skeleton. squidbus 2024-11-30 00:38:14 -0800
  • 666b0609f7
    Kernel Fixes (#1605) Stephen Miller 2024-11-30 02:28:31 -0600
  • 2d7766b70b
    Remove save migration code (#1621) ¥IGA 2024-11-30 09:25:55 +0100
  • 7b68004a40
    sysmodule: Remove need for libSceRazorCpu (#1622) squidbus 2024-11-30 00:08:46 -0800
  • ff70b05e2d sysmodule: Remove need for libSceRazorCpu squidbus 2024-11-29 18:04:16 -0800
  • e4f3e931f7 Merge remote-tracking branch 'upstream/main' rainmakerv2 2024-11-30 06:14:14 +0800
  • 5fb4392e5d Remove save migration code Xphalnos 2024-11-29 22:54:12 +0100
  • 6c215e672d
    Revert "core: fix patch paths applying when no folder exists" (#1620) squidbus 2024-11-29 12:57:56 -0800
  • 686ed06edd Revert "core: fix patch paths applying when no folder exists" squidbus 2024-11-29 12:56:06 -0800
  • 086c5802f4
    Fixed DS_SWIZZLE_32 (#1619) Vladislav Mikhalin 2024-11-29 23:13:36 +0300
  • a275d3cc1d Fixed DS_SWIZZLE_32 Vladislav Mikhalin 2024-11-29 22:51:18 +0300
  • 9f6261524b
    core: fix patch paths applying when no folder exists Daniel R. 2024-11-29 20:02:45 +0100
  • 6d2235809f signals: Add thread name to unhandled signal message. squidbus 2024-11-29 08:33:12 -0800
  • db888ab8b3 condvar: Few misc fixes squidbus 2024-11-29 07:25:33 -0800
  • 2ef4012ec7 mutex: Few misc fixes squidbus 2024-11-29 07:16:19 -0800
  • bc187bfe81 Fix button-to-touchpad logic and l2/r2 handling, as they are both axes and buttons The touchpad's button state was correctly handled, so games that use that were fine, but the touchDown flag was always set to true, so games that use this flag had problems, like Gravity Rush kalaposfos13 2024-11-29 16:25:17 +0100
  • d0f168b0e5
    add stdin/out/err as virtual devices Vinicius Rangel 2024-11-27 16:18:50 -0300
  • 9587c2bfaf Merge remote-tracking branch 'origin/main' kalaposfos13 2024-11-29 14:41:04 +0100
  • d6d1ec4f22 hot-fix: apply vgt index offset to draw commands psucien 2024-11-29 14:17:53 +0100
  • b9c63b4ae3
    add virtual devices scaffold Vinicius Rangel 2024-11-11 15:24:41 -0300
  • 8ea166ea2f
    IOFile: removes seek limit checks when file is writable Vinicius Rangel 2024-11-04 02:30:21 -0300
  • a8fec9358e libScePosix export for posix_pthread_attr_setguardsize Stephen Miller 2024-11-29 01:25:03 -0600
  • d4b82e4775 Merge remote-tracking branch 'upstream/main' rainmakerv2 2024-11-29 14:36:43 +0800
  • 856564759b semaphore: Use separate signaled flag to prevent races squidbus 2024-11-28 19:27:29 -0800
  • e0675785bd Revert "semaphore: Use binary_semaphore instead of condvar" squidbus 2024-11-28 19:12:47 -0800
  • 57a3c0132d
    semaphore: Fix returned iterator from AddWaiter (#1614) squidbus 2024-11-28 15:42:39 -0800
  • 6401b60607 semaphore: Fix returned iterator from AddWaiter squidbus 2024-11-28 15:39:45 -0800
  • a4dba67e0c Specialize normalization component number Lander Gallastegi 2024-11-14 19:54:43 +0100
  • 0fd4c3b307 Handle atomic instructions Lander Gallastegi 2024-11-14 19:44:02 +0100
  • fe3b41c64b Shader specialization Lander Gallastegi 2024-11-13 23:19:46 +0100
  • 008d2ac1db Surface format fixup Lander Gallastegi 2024-11-13 23:19:36 +0100
  • 78ad50bf56 Patch read and write Lander Gallastegi 2024-11-13 23:19:26 +0100
  • a4010b3312 Add surface formats Lander Gallastegi 2024-11-12 22:44:18 +0100
  • e49887535f Initial prep Lander Gallastegi 2024-11-12 22:44:02 +0100
  • ed5da0263c Copy IR instruction Lander Gallastegi 2024-11-12 22:43:42 +0100
  • cd070641f7 Merge remote-tracking branch 'upstream/main' rainmakerv2 2024-11-29 06:05:21 +0800
  • bd3371bdfb
    implement sceKernelPreadv (#1611) Marcin Mikołajczyk 2024-11-28 21:26:44 +0100
  • 286a288bfd
    Fix GetDents truncating the last character of filenames (#1610) Marcin Mikołajczyk 2024-11-28 21:25:37 +0100
  • 7e960f7676 Handle INDIRECT_BUFFER_CONST in ProcessCeUpdate Marcin Mikołajczyk 2024-11-28 19:21:55 +0000
  • 4b1e323ea7 Define a data structure for MEM_SEMAPHORE PM4 command Marcin Mikołajczyk 2024-11-28 19:22:58 +0000
  • 3aa2cd9add implement sceKernelPreadv Marcin Mikołajczyk 2024-11-28 19:06:37 +0000
  • ebf4d9464e Fix GetDents truncating the last character of filenames Marcin Mikołajczyk 2024-11-28 18:47:23 +0000
  • baabc4c218 Merge remote-tracking branch 'upstream/main' rainmakerv2 2024-11-27 21:20:12 +0800
  • 6047617ed8 Minor text and description updates + fixed an issue with Help text box rendering kalaposfos13 2024-11-27 13:29:12 +0100
  • 608601d9b7 Added 'Reset to Default' button in GUI kalaposfos13 2024-11-27 13:04:15 +0100
  • 471ebdb4f0
    libc_internal: Implement more functions. (#1606) squidbus 2024-11-27 01:50:57 -0800
  • 6d6e9d25c5 libc_internal: Implement more functions. squidbus 2024-11-26 22:01:23 -0800
  • a6b7db7f2f Exports Stephen Miller 2024-11-26 22:31:53 -0600
  • fd945d04c2 Implement posix_munmap Stephen Miller 2024-11-26 22:29:49 -0600
  • 2deab1590e scePthreadSetprio Changes Stephen Miller 2024-11-26 22:28:21 -0600
  • 369fc98815 Merge remote-tracking branch 'upstream/main' rainmakerv2 2024-11-27 07:58:26 +0800
  • 18a36c5daa
    Fixed false-positive image reuploads (#1557) Vladislav Mikhalin 2024-11-26 23:45:15 +0300
  • 17728267ff include image tail in the calculations Vladislav Mikhalin 2024-11-26 22:05:07 +0300
  • ec10c5d94b rebase, initialize hash, fix bounds check Vladislav Mikhalin 2024-11-25 09:50:24 +0300
  • da28623315 untrack only first page of the image in case of head access Vladislav Mikhalin 2024-11-24 22:37:54 +0300
  • 7936dd7386 track potentially dirty images and hash them Vladislav Mikhalin 2024-11-24 12:55:30 +0300
  • 7ac7398ab4 oopsie Vladislav Mikhalin 2024-11-22 20:41:33 +0300
  • 6657a7bafa Fixed userfaultfd path, removed dead code, simplified calculations Vladislav Mikhalin 2024-11-21 10:19:45 +0300
  • 0f99682eb6 Fixed false-positive image reuploads Vladislav Mikhalin 2024-11-20 21:56:08 +0300
  • 3f1be5a4ce
    Adding Utils Icon (#1600) ¥IGA 2024-11-26 07:48:14 +0100
  • b75b9f4bc8 Merge remote-tracking branch 'upstream/main' rainmakerv2 2024-11-26 08:35:02 +0800
  • cd4f48cb8d Revert "hot-fix: downgrade Nx1 2D render targets to 1D" due to regression psucien 2024-11-25 22:14:53 +0100
  • e0072a2b68 Adding Utils Icon Xphalnos 2024-11-25 21:51:23 +0100
  • cea6d87472 hot-fix: downgrade Nx1 2D render targets to 1D psucien 2024-11-25 20:52:09 +0100
  • 2226175d9b
    Fix Shortcut (#1586) DanielSvoboda 2024-11-25 09:26:56 -0300
  • ff18b89e66
    Fix Game List Mode (#1591) ¥IGA 2024-11-25 13:26:40 +0100
  • 20b4cd2a32
    Update sq translation (#1595) F1219R 2024-11-25 13:26:12 +0100
  • 29199c5827
    Update sq translation F1219R 2024-11-25 12:39:35 +0100
  • 09b66800da Merge remote-tracking branch 'origin/main' kalaposfos13 2024-11-25 11:17:46 +0100
  • 07184d77bb Updated Help text kalaposfos13 2024-11-25 11:15:33 +0100