Commit Graph

  • 379950d185 coreinit+nn_save: Cleanup some legacy code Exzap 2024-05-01 05:06:50 +0200
  • e7c6862e19 DownloadManager: Fix missing updates v2.0-80 Exzap 2024-05-01 01:55:55 +0200
  • 1ba4e31c0a remove redundant flag check goeiecool9999 2024-05-01 01:46:03 +0200
  • d4d06f9618 fix the way accessFlags are used goeiecool9999 2024-05-01 01:44:47 +0200
  • 1461e71cf1 Merge branch 'refs/heads/main' into WUHB goeiecool9999 2024-05-01 00:33:24 +0200
  • 37cd32d334 fix mistake from conversion to template goeiecool9999 2024-04-30 23:47:53 +0200
  • 0bfb6dcc3a fix comment and formatting goeiecool9999 2024-04-30 23:41:20 +0200
  • 1c73dc9e1b Implement proc_ui.rpl + stub SYSSwitchToEManual() to avoid softlocks Exzap 2024-04-30 23:09:00 +0200
  • c038e758ae IOSU: Clean up resource on service shutdown Exzap 2024-04-26 04:18:17 +0200
  • b2be3c13df Add example network_services.xml Exzap 2024-04-26 04:19:15 +0200
  • f4f1334812 zlib utility: decompress directly to result vector goeiecool9999 2024-04-30 22:50:42 +0200
  • 5e97248ba6 remove unnecessary lambda expression goeiecool9999 2024-04-30 22:31:31 +0200
  • 774c3bced8 eliminate duplicate code with template goeiecool9999 2024-04-30 22:28:25 +0200
  • b99d778b0b free wuhbreader on unmount goeiecool9999 2024-04-30 21:59:53 +0200
  • 820da3eeb7 decompress iconTex.tga.gz goeiecool9999 2024-04-30 19:38:15 +0200
  • 9016888b4b implement directory iterator goeiecool9999 2024-04-30 17:02:06 +0200
  • c127aedbc1 simplify while loop condition goeiecool9999 2024-04-30 14:31:20 +0200
  • 7b590acd78 simplify hash traversal code goeiecool9999 2024-04-30 14:23:47 +0200
  • a8bcbd776a CMake tab->spaces goeiecool9999 2024-04-30 13:56:54 +0200
  • 03386e93f0 correctly resolve hash collisions goeiecool9999 2024-04-30 13:52:29 +0200
  • 6555a1a8c4 more work goeiecool9999 2024-04-30 12:53:19 +0200
  • 8f16ea0401 read meta/meta.ini goeiecool9999 2024-04-30 01:21:32 +0200
  • 28438c3e1c we're reading goeiecool9999 2024-04-30 00:33:39 +0200
  • 8e50c2ad25 more progress goeiecool9999 2024-04-29 22:10:28 +0200
  • 271c7fc71d remove unnecessary structs and make all BE goeiecool9999 2024-04-29 20:44:48 +0200
  • 745b086808 WUHB WIP goeiecool9999 2024-04-24 23:31:41 +0200
  • fdf239929f
    nsysnet: Various improvements (#1188) GaryOderNichts 2024-04-29 00:24:43 +0200
  • 28e6015bf4 nsysnet/getsockopt: Implement SO_TYPE GaryOderNichts 2024-04-28 23:51:39 +0200
  • a8d01473dd nsysnet/recvfrom: src_addr and addrlen can be NULL GaryOderNichts 2024-04-28 20:11:26 +0200
  • 2d831fd902 nsysnet/{g,s}etsockopt: Do not always raise an assert for unimplemented optnames GaryOderNichts 2024-04-28 20:10:13 +0200
  • 5be98da0ac
    OpenGL: Fix a crash when GL_VERSION is null (#1187) goeiecool9999 2024-04-27 15:49:49 +0200
  • dc28cd18fd fix a crash when GL_VERSION is null goeiecool9999 2024-04-27 13:38:25 +0200
  • 6a409333de Linux/Mac Auto-Updater Live session user 2024-04-20 16:49:30 -0700
  • 54f2414083
    nn_fp.cpp: Register GetMyPlayingGame bl 2024-04-20 12:04:47 -0300
  • efbbb817fe DownloadManager: Always use Nintendo servers + additional streamlining v2.0-79 Exzap 2024-04-20 12:19:06 +0200
  • 988bc30c7a
    iosu_fpd.cpp: Actually check if newComment contains a null-termination character bl 2024-04-19 21:44:49 -0300
  • b51bc4d148
    nn_fp.cpp: In UpdateCommentAsync ipcCtx->AddInput, commentLen is added by 2 instead of 1 bl 2024-04-19 21:43:59 -0300
  • 8c92f9ecd8
    nn_fp.cpp: Register GetMyComment bl 2024-04-19 20:39:06 -0300
  • 7816ec5b32
    the ol reliable github actions Michael 2024-04-19 10:49:15 -0700
  • 989e2b8c8c prudp: More code cleanup + fix compile error Exzap 2024-04-18 23:11:19 +0200
  • e2f9725719 prudp: Code cleanup Exzap 2024-04-18 19:22:28 +0200
  • ee36992bd6 prudp: Improve ping and ack logic Exzap 2024-04-16 21:38:20 +0200
  • 10c78eccce
    CI: don't strip debug symbols from binary in AppImage (#1175) goeiecool9999 2024-04-15 05:20:39 +0200
  • 78235f451a CI: don't strip binary in AppImage goeiecool9999 2024-04-14 22:59:57 +0200
  • c5cad8966a Linux/Mac updater Live session user 2024-04-13 21:27:41 -0700
  • d107cd71e3
    nn_fp.cpp: Update UpdateCommentAsync bl 2024-04-13 19:05:31 -0300
  • 6a3093a043
    iosu_fpd.cpp: Update CallHandler_UpdateCommentAsync bl 2024-04-13 19:05:30 -0300
  • 6ea42d958c nlibcurl: Fix compile error v2.0-78 Exzap 2024-04-13 11:03:02 +0200
  • 9c28a728e4 prudp: Dont expect sessionId to match for PING+ACK Exzap 2024-04-13 10:43:13 +0200
  • d5a8530246 nlibcurl: Detect invalid header combo + refactoring Exzap 2024-04-13 10:38:10 +0200
  • 84cad8b280
    Vulkan: Remove unecessary present fence (#1166) v2.0-77 goeiecool9999 2024-04-11 06:41:57 +0200
  • 391533dbe5
    Gamelist: Enable icon column by default (#1168) qurious-pixel 2024-04-10 21:08:26 -0700
  • a2a42d54e5
    default "Show Icon" true qurious-pixel 2024-04-10 20:50:22 -0700
  • bac1ac3b49
    CI: use last vcpkg compatible CMake 3.29.0 (#1167) goeiecool9999 2024-04-11 03:06:36 +0200
  • 1bf329bb6f CI: use last vcpkg compatible CMake 3.29.0 goeiecool9999 2024-04-10 16:09:48 +0200
  • d45c2fa6d1 erreula: Avoid triggering debug assert in imgui Exzap 2024-04-10 20:23:15 +0200
  • 12eda10387 nn_acp: Implement ACPGetOlvAccesskey + code clean up Exzap 2024-04-10 20:22:17 +0200
  • c9e8ee8863 SwapchainInfoVk: remove imageAcquireFence According to this article on some platforms waiting for the fence is equivalent to vkDeviceWaitIdle https://www.collabora.com/news-and-blog/blog/2022/06/09/bridging-the-synchronization-gap-on-linux/ goeiecool9999 2024-04-10 12:10:03 +0200
  • 06e0c78df5 Vulkan: remove redundant PreparePresentationFrame goeiecool9999 2024-04-10 12:02:58 +0200
  • 030b9db782
    nexFriends.cpp: store nexComment in nexFriends for getMyComment, add NexFriends::getMyComment and NexFriends::updateCommentAsync 47463915 2024-04-09 10:52:09 -0300
  • f4973abc3e
    nexFriends.h: implement nexComment.writeData, define nexFriends->myComment, add getMyComment and updateCommentAsync functions 47463915 2024-04-09 10:49:54 -0300
  • 5763a8e6ea
    iosu_fpd.cpp: add support for FPD_REQUEST_ID::UpdateCommentAsync, fix CallHandler_GetMyComment and add CallHandler_UpdateCommentAsync 47463915 2024-04-09 10:46:51 -0300
  • c42594a1ba
    iosu_fpd.h: define FPD_REQUEST_ID::UpdateCommentAsync (0x7726) 47463915 2024-04-09 10:43:37 -0300
  • a85e56e8dc
    nn_fp.cpp: add UpdateCommentAsync and register UpdateCommentAsync__Q2_2nn2fpFPCwPFQ2_2nn6ResultPv_vPv 47463915 2024-04-09 10:41:43 -0300
  • 9760bafb8a Fix crash in graphic packs fragment SSimco 2024-04-09 08:13:09 +0300
  • ae779ecea6
    Merge 11ae385896 into 33a74c2035 Rambo6Glaz 2024-04-08 19:35:48 -0400
  • 33a74c2035
    nn_nfp: Avoid current app from showing up as "???" for others in Friend List + View friends' status (#1157) 47463915 2024-04-08 19:33:50 -0300
  • e7da2a7735
    Use assignFromUTF8 instead of memcpy for friends' comments 47463915 2024-04-08 18:44:53 -0300
  • 1c6150d453
    char comment[36] -> CafeWideString<0x12> comment (friendExtraData) 47463915 2024-04-08 18:44:48 -0300
  • 7b635e7eb8
    nn_boss: Implement startIndex parameter usage in nn:boss:::GetDataList (#1162) Maschell 2024-04-08 19:51:30 +0200
  • 9b30be0258
    drmapp: Stub more functions to allow title loading from Wii U Menu (#1161) Maschell 2024-04-08 19:50:57 +0200
  • 7fc2a146af nn_boss: Formatting Maschell 2024-04-08 19:34:00 +0200
  • 2891075d0f nn_boss: Implement startIndex parameter usage in nn:boss:::GetDataList Maschell 2024-04-08 19:33:47 +0200
  • efbf712305
    nn_sl: Stub GetDefaultWhiteListAccessor__Q2_2nn2slFv to avoid crash in Wii U Menu when an online account is used (#1159) Maschell 2024-04-08 19:15:49 +0200
  • d8c8c6f10c drmapp: Stub more functions to allow title loading from Wii U Menu Maschell 2024-04-08 19:11:21 +0200
  • 428b828e24 nn_sl: Stub GetDefaultWhiteListAccessor__Q2_2nn2slFv to avoid crash in Wii U Menu when an online account is used Maschell 2024-04-08 19:08:36 +0200
  • b4c70f09d5 Apply clang-format to all c++ android files SSimco 2024-04-07 23:37:27 +0300
  • 3c916747af Added graphic packs settings SSimco 2024-04-07 22:00:07 +0300
  • 310ab7d4a7
    Forgot to change gameModeMessage to comment in nexFriend.readData 47463915 2024-04-06 18:14:41 -0300
  • c663c4fc16
    Merge branch 'cemu-project:main' into mypresence 47463915 2024-04-06 17:26:23 -0300
  • 74e8d205b0 coreinit: Handle SD mounting permission in FSGetMountSource v2.0-75 Exzap 2024-04-06 22:18:30 +0200
  • fde7230191 vcpkg/windows/mac: Avoid dependency on liblzma via tiff Exzap 2024-04-06 14:25:13 +0200
  • 075eac626b
    ELF: Fix crash due to not allocating recompiler ranges (#1154) goeiecool9999 2024-04-06 22:13:19 +0200
  • 79449cdcec
    View friends gamemode descriptions 47463915 2024-04-06 15:51:59 -0300
  • 7b8fdc6246
    Cleanup accidental line jumps 47463915 2024-04-06 15:05:26 -0300
  • 73f47ec9bc
    View friends comments 47463915 2024-04-06 15:02:22 -0300
  • 6acad49abe
    gameModeMessage -> comment 47463915 2024-04-06 14:58:25 -0300
  • 7a1daa3ad9
    Update nexFriends.cpp (extended description lists changes) 47463915 2024-04-06 11:57:51 -0300
  • dc06ed90d2
    Update iosu_fpd.cpp (extended description lists changes) 47463915 2024-04-06 11:56:22 -0300
  • 59aac02459 ELF loader: allocate PPC-recompiler jump table for executable sections goeiecool9999 2024-04-05 18:35:08 +0200
  • 3d50424e01
    Merge branch 'cemu-project:main' into updater qurious-pixel 2024-04-03 21:39:41 -0700
  • 09f32d0936 Merge branch 'main' into loadaudio goeiecool9999 2024-04-03 18:32:25 +0200
  • 85141f17f9 vcpkg/linux: Avoid dependency on libsystemd/liblzma v2.0-74 Exzap 2024-04-03 15:28:00 +0200
  • 5c0d5a54ac vcpkg/linux: Avoid dependency on liblzma for now Exzap 2024-04-03 02:39:25 +0200
  • 51072b510c nn_boss: Large rework with various improvements Exzap 2024-04-03 01:45:05 +0200
  • 3e467e220e Logging: Prevent crash for nullptr strings Exzap 2024-04-03 01:45:50 +0200
  • fa8bab2f39 Latte: Add support for LOOP_START_NO_AL shader instruction Exzap 2024-03-27 16:01:44 +0100
  • 60adc38205 Latte: Add support for more fence conditions Exzap 2024-03-27 15:59:13 +0100
  • b0b2c25762 coreinit: Improve accuracy of OSSwitchCoroutine Exzap 2024-03-27 14:44:51 +0100
  • ac0f3f3daf
    Update CemuUpdateWindow.cpp qurious-pixel 2024-03-31 06:54:38 -0700