Commit Graph

  • d7615ca86a
    savedata: fix dir name search with wildcard Vinicius Rangel 2024-11-19 22:40:58 -0300
  • 85dc57b868 semaphore: Use binary_semaphore instead of condvar IndecisiveTurtle 2024-11-19 23:52:59 +0200
  • a4ea20c273 pthread: Add missing include IndecisiveTurtle 2024-11-19 23:31:02 +0200
  • a60775aced kernel: Cleanup files again IndecisiveTurtle 2024-11-19 23:20:24 +0200
  • b83ba7f945 time: Remove delay execution IndecisiveTurtle 2024-11-17 22:58:24 +0200
  • 2378ff44e0 sleepq: Separate and make faster IndecisiveTurtle 2024-11-16 01:31:36 +0200
  • 4fd9ef6136 pthread: Implement condvar with waitable atomics and sleepqueue IndecisiveTurtle 2024-11-15 19:50:10 +0200
  • f96a21551a libs: Reduce logging IndecisiveTurtle 2024-11-10 20:15:28 +0200
  • c9773c5c0a address_space: Fix unmap of region surrounded by placeholders IndecisiveTurtle 2024-11-10 20:08:21 +0200
  • f2b6d41ac6 windows: Address a bunch of address space problems IndecisiveTurtle 2024-11-09 15:29:09 +0200
  • ecf2dbbb37 Attempt to fix Linux Daniel R. 2024-10-30 16:46:01 +0100
  • d0f427721c scePthreadAttrSetaffinity implementation Daniel R. 2024-10-30 16:20:22 +0100
  • 704e5183d1 hotfix: change incorrect NID for scePthreadAttrSetaffinity Daniel R. 2024-10-30 16:07:48 +0100
  • 08b99eef68 Attempt to fix non-Windows builds Daniel R. 2024-10-30 15:05:42 +0100
  • 1318155ef3 pthread_spec: Zero initialize array TheTurtle 2024-10-28 01:26:01 +0200
  • 93d7982117 pthread_spec: Make assert into a log TheTurtle 2024-10-28 01:16:08 +0200
  • 8029325b3e mutex: Remove spamming log TheTurtle 2024-10-28 01:05:40 +0200
  • c9063a644e kernel: Multiplatform thread implementation Daniel R. 2024-10-26 21:52:33 +0200
  • 8c5b3f5f38 kernel: Pthread rewrite touchups for Windows Daniel R. 2024-10-25 16:36:38 +0300
  • 4639998a19 exception: Add context register population for macOS. (#1444) squidbus 2024-10-24 23:20:06 -0700
  • 0e59cda70c gnmdriver: Add sceGnmSubmitCommandBuffersForWorkload IndecisiveTurtle 2024-10-25 16:15:57 +0300
  • 2adef6e23c kernel: Downgrade edeadlk to log IndecisiveTurtle 2024-10-24 23:41:38 +0300
  • 649ffb2079 kernel: Fix new pthreads code on macOS. (#1441) squidbus 2024-10-23 22:44:51 -0700
  • 729d7b8ccc gnmdriver: Add workload functions IndecisiveTurtle 2024-10-24 22:42:01 +0300
  • cef37be33d kernel: Add basic exceptions for linux IndecisiveTurtle 2024-10-24 21:55:40 +0300
  • ef3341c78c kernel: Add missing funcs IndecisiveTurtle 2024-10-24 00:39:36 +0300
  • ad8a2022ec File cleanup pt4 IndecisiveTurtle 2024-10-23 23:38:40 +0300
  • f6350433cc File cleanup pt3 IndecisiveTurtle 2024-10-23 23:30:36 +0300
  • 3771a655bf File cleanup pt2 IndecisiveTurtle 2024-10-23 23:21:20 +0300
  • 77ff4290d6 kernel: File cleanup pt1 IndecisiveTurtle 2024-10-23 23:02:20 +0300
  • d0d8b5eee5 kernel: Fix a bunch of bugs, kernel thread heap IndecisiveTurtle 2024-10-23 22:47:33 +0300
  • 00b84b2c7f kernel: It builds IndecisiveTurtle 2024-10-19 19:23:03 +0300
  • c878e69270 kernel: Refactor thread functions IndecisiveTurtle 2024-09-30 19:05:09 +0300
  • 8860a0bbd5 libkernel: Cleanup some function places IndecisiveTurtle 2024-09-29 20:45:14 +0300
  • 2cd3f02dda replaced discordrpc include correctly #1551 Siirko 2024-11-19 21:45:26 +0100
  • bcb861561b added ifdef for discordrpc Siirko 2024-11-19 21:41:21 +0100
  • 17c47bcd96
    shader_recompiler/frontend: Implement bitcmp instructions (#1550) Daniel R. 2024-11-19 21:38:32 +0100
  • b61cb25005
    shader_recompiler/frontend: Implement bitcmp instructions #1550 Daniel R 2024-11-19 19:14:59 +0100
  • b2d0e47f35 Bump to Clang 18 #1549 Xphalnos 2024-11-19 18:14:11 +0100
  • c45af9a2ca
    Fix border color (#1548) Vladislav Mikhalin 2024-11-19 19:55:05 +0300
  • c9847d4bd1 Fix border color #1548 Vladislav Mikhalin 2024-11-19 18:32:12 +0300
  • ffbcb67fb1 + #1522 DanielSvoboda 2024-11-18 17:34:22 -0300
  • 8fbd9187f8
    libraries: gnmdriver: few more functions implemented (#1544) psucien 2024-11-18 10:23:21 +0100
  • 9e0cd3bfd7 clang DanielSvoboda 2024-11-17 20:49:17 -0300
  • 9d07223d87 submenu 'Keys and Shortcuts' DanielSvoboda 2024-11-17 20:21:30 -0300
  • 624aaa828d libraries: gnmdriver: few more functions implemented #1544 psucien 2024-11-17 21:00:19 +0100
  • 45cc82e925 okay so maybe the gravity rush fix might have slightly broken the joystick halfmode and key toggle kalaposfos13 2024-11-17 16:58:01 +0100
  • 9eeecfe5e2 GH-1515: minor fix Marat Idrisov 2024-11-17 04:18:05 +0300
  • a3dbaf9a62 GH-1515: enable game mode when switching to full screen mode Marat Idrisov 2024-11-17 04:04:18 +0300
  • 9fd5a54c42
    Merge branch 'main' into main DanielSvoboda 2024-11-16 16:56:30 -0300
  • 2311bfa8cc color according to the selected theme DanielSvoboda 2024-11-16 16:53:57 -0300
  • 3c8234757d
    Merge pull request #14 from Xphalnos/patch-1 DanielSvoboda 2024-11-16 15:24:03 -0300
  • 0a1b875124 Updated README with the new keybind info kalaposfos13 2024-11-16 19:02:43 +0100
  • e1fecda74f
    Fix depth bias (#1538) Vladislav Mikhalin 2024-11-16 20:17:43 +0300
  • fbd1f56c13 Adding keys icon + Update changelog Xphalnos 2024-11-16 18:02:22 +0100
  • 126e524903
    Merge pull request #13 from Xphalnos/patch-1 DanielSvoboda 2024-11-16 12:05:46 -0300
  • 3261674819 Update Help text, default config, and clang kalaposfos13 2024-11-16 14:25:14 +0100
  • 3466de0dc0 Possible fix for Gravity Rush kalaposfos13 2024-11-16 11:22:49 +0100
  • 5b6da2b0ab Update cmakelists kalaposfos13 2024-11-16 10:24:46 +0100
  • 9062be0fd7 Temporarily added my GUI kalaposfos13 2024-11-16 10:06:41 +0100
  • 01100091ff Fix typo kalaposfos13 2024-11-16 10:02:37 +0100
  • d245e62b7b Fix depth bias #1538 Vladislav Mikhalin 2024-11-16 11:20:22 +0300
  • 3d4db91225 Fix default config and the latest bug with input hiearchy kalaposfos13 2024-11-15 16:57:49 +0100
  • fb71e0574f
    Merge branch 'shadps4-emu:main' into normalization #1532 Lander Gallastegi 2024-11-15 14:40:58 +0100
  • f5f988d63e Updated sorting to accomodate for that one specific edge case kalaposfos13 2024-11-15 11:50:58 +0100
  • 91e30ac62b Update code style kalaposfos13 2024-11-15 10:33:56 +0100
  • 30eb9732f4
    Fix sq language index #1535 F1219R 2024-11-15 09:49:24 +0100
  • 9d6dd79486 clang kalaposfos13 2024-11-15 09:45:32 +0100
  • 94c6a9fad9 Rewrote the default config to reflect new changes kalaposfos13 2024-11-15 09:44:25 +0100
  • df94979ea9
    Update sq translation F1219R 2024-11-15 09:15:15 +0100
  • 900b578988 clang-format kalaposfos13 2024-11-15 09:06:52 +0100
  • e43d60edaa Fixed joysick halfmodes, and possibly the last update on input hierarchy kalaposfos13 2024-11-15 09:04:43 +0100
  • 1efd247584 Fix input hierarchy kalaposfos13 2024-11-14 22:29:56 +0100
  • 859f02da21 Adding shadow below icons ¥IGA 2024-11-14 21:06:35 +0100
  • d25b91117c Specialize normalization component number Lander Gallastegi 2024-11-14 19:54:43 +0100
  • 1fbc89be4b Handle atomic instructions Lander Gallastegi 2024-11-14 19:44:02 +0100
  • ce158290fb
    Minor Kernel Fixes (#1529) Stephen Miller 2024-11-14 10:00:57 -0600
  • 3e512bcd51 Fixed clang and added a const keyword for mac kalaposfos13 2024-11-14 15:28:10 +0100
  • e38e75b27b Merge branch 'new-kbm' kalaposfos13 2024-11-14 15:12:17 +0100
  • e2155305d2 Merge remote-tracking branch 'upstream/main' kalaposfos13 2024-11-14 14:45:29 +0100
  • 9c81f8e2f2 clang-format kalaposfos13 2024-11-14 14:44:34 +0100
  • 1a8f177526 Added mouse parameter parsing kalaposfos13 2024-11-14 14:42:52 +0100
  • 09b945ce8b Implemented key toggle kalaposfos13 2024-11-14 14:21:05 +0100
  • 6ad6079c56 Downgraded prints to log_debug, and implemented input hierarchy kalaposfos13 2024-11-14 13:15:14 +0100
  • 0d87d0d730 Wheel works now (for me), l2/r2 handling improvements, and misc bugfixes kalaposfos13 2024-11-14 11:03:03 +0100
  • 7be35c3997
    Save config in UTF-8 (#1524) Osyotr 2024-11-14 13:01:33 +0300
  • bf239ebc04
    ajm: handle single-frame decode jobs (+mp3 imrovements) (#1520) Vladislav Mikhalin 2024-11-14 13:01:20 +0300
  • 8e281575b5
    Update Norwegian Bokmål translations (#1525) Martin 2024-11-14 11:00:59 +0100
  • 9ef7a1dba8 change patch wording nb_NO #1525 Martin Hansen 2024-11-14 10:27:35 +0100
  • 6ae92c0aac
    Add FreeDesktop metadata (#1495) Florian Piesche 2024-11-14 08:56:14 +0000
  • e40ef8e100
    remove old hle mouse #1530 Vinicius Rangel 2024-11-14 02:47:57 -0300
  • 31b3b1976b
    devices: add mouse abstraction Vinicius Rangel 2024-11-11 15:26:11 -0300
  • b76c98e217
    add virtual devices scaffold Vinicius Rangel 2024-11-11 15:24:41 -0300
  • f884b6d208
    IOFile: removes seek limit checks when file is writable Vinicius Rangel 2024-11-04 02:30:21 -0300
  • c70a4965c2
    libMouse: adds mutexes Vinicius Rangel 2024-10-27 17:05:02 -0300
  • d1fdbd024a
    More Lib mouse (#1414) Vinicius Rangel 2024-10-19 04:45:31 -0300
  • 22f0c5a846
    fix filter georgemoralis 2024-10-17 15:12:06 +0300
  • a6fc5951e5
    fixed a test georgemoralis 2024-08-28 21:02:12 +0300
  • 5742fd80ef
    more work in mouse lib georgemoralis 2024-08-28 20:47:08 +0300
  • 4b106ae8e9
    adding mouse module (initial) georgemoralis 2024-08-28 19:02:13 +0300