Commit Graph

  • 1595ca113b Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp SDK-Chan 2025-08-25 10:18:43 +0200
  • 4e7d6809f9 Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp SDK-Chan 2025-08-25 09:47:25 +0200
  • d27b787f03 [gpu/NVDRV] Finalize AllocObjCtx SDK Chan 2025-08-25 09:09:31 +0000
  • 6d1c43aefe
    [compat] fix clang std::terminate error lizzie 2025-08-25 07:02:47 +0000
  • 719cde1ddb temp fix for ng ragebound stage 4-1 problem Allison Cunha 2025-08-24 19:54:35 -0300
  • 713725fe86 Force settings.h to match main MaranBr 2025-08-24 02:05:38 +0200
  • 3b18de150e [service, ns, acc] Stub IsQualificationTransitionSupportedByProcessId and SaveDataThumbnail commands - ns: Stubbed IsQualificationTransitionSupportedByProcessId (2520) to always return true. - acc: added the missing SaveDataThumbnail commands: * ClearSaveDataThumbnail (111) → stubbed, returns success. * LoadSaveDataThumbnail (112) → stubbed, returns success with size=0. * GetSaveDataThumbnailExistence (113) → stubbed, returns false. JPikachu 2025-08-21 23:57:15 +0100
  • 82e72efae9 [nvdvr] Update according to help from Serah JPikachu 2025-08-24 16:55:52 +0100
  • 743a193327 [nvdrv] Ignore but don't reject offset and size uses It seems after investigation and testing that these are in fact not errors and are expected behaviour. So logging has been changed from error to debug and no longer returns a bad perameter. JPikachu 2025-07-25 13:01:44 +0100
  • f2a57a8553 [nvdrv] Implement SetErrorNotifier Implements SetErrorNotifier() based on Switch kernel behavior. Only mem is used; other fields are ignored. Guest misuse of offset or size is logged as an error and rejected. Games like Super Mario Odyssey or Xenoblade may use this mechanism to detect timeouts. JPikachu 2025-07-24 22:55:43 +0100
  • 4ea9664ff4
    [video_core] Fix EDS defaults by platform (#305) MaranBr 2025-08-24 02:05:38 +0200
  • 5b80ff7445 Fix EDS defaults by platform MaranBr 2025-08-23 19:58:29 -0400
  • e59065b542
    [VK] change bind point from Graphics to Compute since its a compute pipeline (#293) wildcard 2025-08-24 01:16:06 +0200
  • 7f85e95325 Update src/video_core/renderer_vulkan/vk_compute_pass.cpp wildcard 2025-08-21 18:13:28 +0200
  • 098e27ca24 [VK] change bind point from Graphics to Compute since its a compute pipeline wildcard 2025-08-21 18:11:27 +0200
  • eb72a358e3
    [vk] Fix dynamic vertex input state handling (#295) Shinmegumi 2025-08-23 20:34:05 +0200
  • a54ccec6f7 [vk] Fix dynamic vertex input state handling Shinmegumi 2025-08-21 21:53:46 +0200
  • 4eb6d10d62
    [Vk] Improve Stencil Handling and Fix Read-After-Write Hazard (#235) wildcard 2025-08-23 20:04:48 +0200
  • 4fca9d7a68 [Vk] Improve Stencil Handling and Fix Read-After-Write Hazard wildcard 2025-08-09 22:33:08 +0200
  • 949f72222b
    [VK] spec-clean MasterSemaphore submits (#285) wildcard 2025-08-23 20:00:58 +0200
  • 116016137d Update src/video_core/renderer_vulkan/vk_master_semaphore.cpp wildcard 2025-08-20 20:21:45 +0200
  • 7b3378fb8a [VK] spec-clean MasterSemaphore submits wildcard 2025-08-20 20:18:37 +0200
  • c228f9b746
    updated the translation (#288) PavelBARABANOV 2025-08-23 19:53:16 +0200
  • ce8cd49534 updated the translation PavelBARABANOV 2025-08-21 01:14:55 +0300
  • 94bcd64153
    [cmake] refactor: SDL2 CI and CPMUtil::AddCIPackage (#284) crueter 2025-08-23 19:42:49 +0200
  • 700842ca01 [cmake] exclude_from_all everything, fix sdl2 thing crueter 2025-08-22 22:47:26 -0400
  • 244dacd44f [internal_network] fix unix guards for apple crueter 2025-08-22 11:58:42 -0400
  • 3f49493cfd [cmake] don't enable NCE on Apple crueter 2025-08-22 10:17:03 -0400
  • fc6641e581 [cmake] small optimizations + fix sdl2 download for src pack crueter 2025-08-21 19:22:05 -0400
  • 0fb98d7487 [cmake] CPMUtil: explicit ARTIFACT_OVERRIDE crueter 2025-08-21 16:34:57 -0400
  • 88b1fa9650 [cmake] always download_only on ci packages crueter 2025-08-21 16:29:30 -0400
  • 9082d44c40 fix crueter 2025-08-21 14:32:58 -0400
  • 2d80c5165b oh crueter 2025-08-21 14:22:38 -0400
  • aa3c7ab251 what crueter 2025-08-21 14:11:18 -0400
  • 1a0bc4e391 ????? crueter 2025-08-21 14:02:49 -0400
  • f1983492ae [cmake] guiprivate fix, linux/aarch64 crueter 2025-08-21 13:10:09 -0400
  • 97a11fc8dc [cmake] fix android and linux crueter 2025-08-20 14:37:33 -0400
  • b73a010065 [cmake] refactor: SDL2 CI and CPMUtil::AddCIPackage crueter 2025-08-20 13:31:42 -0400
  • 5b864d406d
    [video_core] Add option to control the DMA precision level at runtime (#304) MaranBr 2025-08-23 19:42:10 +0200
  • 51981efb06 translations PavelBARABANOV 2025-08-23 17:39:47 +0300
  • bfb0b13ec0 Android toggle PavelBARABANOV 2025-08-23 13:41:45 +0300
  • 7a8927e209 Update descriptions MaranBr 2025-08-22 23:27:40 -0400
  • 201ad66e8f
    fix comp + make code slightly easier to read crueter 2025-08-22 22:19:52 -0400
  • d1ec074367 Move instruction to correct place MaranBr 2025-08-22 21:23:01 -0400
  • fc5a57189b Add option to control the DMA precision level at runtime MaranBr 2025-08-22 21:18:40 -0400
  • 0ee9eb5599 Try to fix slow down in some games MaranBr 2025-08-22 13:29:01 -0400
  • a51953e4f9
    [video_core] Add hability to change Sync Memory Operations at runtime (#300) MaranBr 2025-08-22 16:23:34 +0200
  • 421e6d7f93 Add hability to change Sync Memory Operations at runtime MaranBr 2025-08-22 10:15:22 -0400
  • 35ec256c74
    [translation] EDS Description (#297) PavelBARABANOV 2025-08-21 23:57:32 +0200
  • 60807b90c7 dyna_state_description PavelBARABANOV 2025-08-22 00:21:54 +0300
  • e75ceb676b
    [core] Finalize AliasRegionExtraSize (#291) SDK-Chan 2025-08-21 21:08:43 +0200
  • e8fb980751 Update src/core/hle/kernel/k_page_table_base.cpp SDK-Chan 2025-08-21 12:58:53 +0200
  • 652545152e Update src/core/hle/kernel/svc_types.h SDK-Chan 2025-08-21 12:39:42 +0200
  • 0aa0fd079d Update src/core/hle/kernel/k_page_table_base.cpp SDK-Chan 2025-08-21 12:38:57 +0200
  • ddf6946414 [core] Finalize AliasRegionExtraSize SDK Chan 2025-08-21 12:30:20 +0000
  • de5c761aa7
    [video_core] Update Vulkan Extended Dynamic State settings (#292) MaranBr 2025-08-21 19:27:39 +0200
  • d2b73178ff Improve description a bit more MaranBr 2025-08-21 11:49:39 -0400
  • af5eae6b7a Add optimized values ​​for each platform MaranBr 2025-08-21 11:40:11 -0400
  • d9edc69203 Update description MaranBr 2025-08-21 10:19:10 -0400
  • 7c2f89ff47 Fix headers MaranBr 2025-08-21 09:47:47 -0400
  • 34ca8bd021 Update Vulkan Extended Dynamic State settings MaranBr 2025-08-21 09:23:07 -0400
  • cb748424d5
    [deps] update SDL2 to 2.32.x lizzie 2025-08-21 06:05:39 +0000
  • 95203cb1e9 Here we go again MaranBr 2025-08-20 17:38:51 -0400
  • d8bdf4d0e4 Fix variable name MaranBr 2025-08-20 17:22:39 -0400
  • ac32304947 Adjust some things MaranBr 2025-08-20 17:19:05 -0400
  • 347627324c Fix build MaranBr 2025-08-20 17:04:01 -0400
  • 90ee859b9c Merge branch 'eds-fix' of https://git.eden-emu.dev/eden-emu/eden into eds-fix MaranBr 2025-08-20 17:03:44 -0400
  • b682f6e78f Makes EDS 0 work as auto MaranBr 2025-08-20 16:23:33 -0400
  • 1ae290590f Makes EDS 0 work as auto MaranBr 2025-08-20 16:23:33 -0400
  • 0e7203df34
    feat(android): add automatic GPU driver download for intent launches (#279) Producdevity 2025-08-20 19:48:07 +0200
  • 7ce051cfb3
    [core] Unstub AliasRegionExtraSize (#260) SDK-Chan 2025-08-20 17:16:13 +0200
  • 579b41d907 Update src/core/hle/kernel/svc/svc_info.cpp SDK-Chan 2025-08-15 14:30:54 +0200
  • 0051f361d7 Update src/core/hle/kernel/k_process_page_table.h SDK-Chan 2025-08-15 14:30:17 +0200
  • 91127c097c Update src/core/hle/kernel/k_page_table_base.h SDK-Chan 2025-08-15 14:29:46 +0200
  • 38eca05c6d [core] Unstub AliasRegionExtraSize SDK Chan 2025-08-14 18:26:20 +0000
  • 7bfa2404a6
    [video_core] Improve DMA logic and add an option to sync memory operations (#276) v0.0.3-rc3 MaranBr 2025-08-20 00:21:25 +0200
  • bf7f3e25fc
    [compat] fix solaris build and update instructions for CPM on solaris (#270) lizzie 2025-08-20 00:21:16 +0200
  • d0222b53f4
    update docs for cpm crueter 2025-08-19 16:00:48 -0400
  • 6189b1c5be
    [cmake] fix FFmpeg libdrm on solaris lizzie 2025-08-16 11:38:07 +0000
  • 294bd0f79e
    [docs] detail about openssl on solaris lizzie 2025-08-16 11:11:57 +0000
  • 0c38a31d3e
    [compat] fix solaris build and update instructions for CPM on solaris lizzie 2025-08-16 10:44:32 +0000
  • 13b8f559a6
    [frontend] make sync memops setting runtime modifiable, fix strings crueter 2025-08-19 15:40:19 -0400
  • f0a538797c
    Fix descriptions on Android MaranBr 2025-08-19 15:38:07 -0400
  • c4aa783d4d
    Fix descriptions on Android MaranBr 2025-08-19 15:32:08 -0400
  • d0bfbabe42
    Add safe_reads to only Extreme accuracy MaranBr 2025-08-19 14:45:17 -0400
  • 2010d23d3a
    Revert "Increase accuracy of memory operations on High a bit more" MaranBr 2025-08-19 13:26:57 -0400
  • 6d60efa50d
    translations PavelBARABANOV 2025-08-19 17:58:41 +0300
  • 4f2c0cadff
    Increase accuracy of memory operations on High a bit more MaranBr 2025-08-19 08:33:03 -0400
  • 9290517313
    Update title and description MaranBr 2025-08-18 22:55:32 -0400
  • 222a9eca5a
    translations PavelBARABANOV 2025-08-19 00:56:08 +0300
  • fdabc472ca
    Remove obsolete code MaranBr 2025-08-17 23:04:52 -0400
  • 5c3a6b8037
    Increase GPU Level High precision a bit more MaranBr 2025-08-17 21:05:50 -0400
  • 2d447cfce0
    android toggle PavelBARABANOV 2025-08-18 03:47:10 +0300
  • 0a647f6d85
    Add checkbox to enable accurate barrier between compute and memory operations MaranBr 2025-08-17 19:42:58 -0400
  • 5180031313
    [ci, cmake] openssl updates, fix drpc and ci scripts (#283) crueter 2025-08-19 21:29:36 +0200
  • d7319a3da2
    [cmake] fix windows build, explicit shared lib settings crueter 2025-08-19 14:19:34 -0400
  • 0bcb3144eb
    fix openssl propagation and download force crueter 2025-08-19 12:14:01 -0400
  • 1307f3510d
    [externals] Fix usage of USE_CCACHE for Sirit (#282) MaranBr 2025-08-19 17:39:28 +0200
  • d85c44ebdc
    [ci, cmake] openssl updates, fix drpc and ci scripts crueter 2025-08-19 11:36:59 -0400
  • e5202cfc35 Fix usage of USE_CCACHE for Sirit MaranBr 2025-08-19 10:36:15 -0400