1
0
forked from MeloNX/MeloNX

Commit Graph

  • f614d2c435
    bug_report.yml hotfix Ac_K 2023-02-09 02:02:00 +01:00
  • 8203ac66a6 Misc: Update issues form (#4383) Ac_K 2023-02-09 01:52:43 +01:00
  • 40c9416097
    Misc: Update issues form (#4383) Ac_K 2023-02-09 01:52:43 +01:00
  • 83a37cc1a5 nuget: bump System.IdentityModel.Tokens.Jwt from 6.26.0 to 6.26.1 (#4384) dependabot[bot] 2023-02-08 22:51:07 +01:00
  • 618c8edc79
    nuget: bump System.IdentityModel.Tokens.Jwt from 6.26.0 to 6.26.1 (#4384) dependabot[bot] 2023-02-08 22:51:07 +01:00
  • 1b06a00e32 Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes) (#4382) Berkan Diler 2023-02-08 14:54:58 +01:00
  • 99fc4fa61b
    Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes) (#4382) Berkan Diler 2023-02-08 14:54:58 +01:00
  • a90454c32a Fix some Vulkan validation errors (#4357) gdkchan 2023-02-08 10:34:22 -03:00
  • f6d5499a16
    Fix some Vulkan validation errors (#4357) gdkchan 2023-02-08 10:34:22 -03:00
  • 8d414dced7 Limit texture cache based on total texture size (#4350) gdkchan 2023-02-08 10:19:43 -03:00
  • 26bf13a65d
    Limit texture cache based on total texture size (#4350) gdkchan 2023-02-08 10:19:43 -03:00
  • bf3eba6072 Handle mismatching texture size with copy dependencies (#4364) gdkchan 2023-02-08 04:48:09 -03:00
  • 96cf242bcf
    Handle mismatching texture size with copy dependencies (#4364) gdkchan 2023-02-08 04:48:09 -03:00
  • b38dccfe79 Add ChangeVSyncMode() call to Avalonia render loop (#4379) TSRBerry 2023-02-08 01:28:53 +01:00
  • 59755818ef
    Add ChangeVSyncMode() call to Avalonia render loop (#4379) TSRBerry 2023-02-08 01:28:53 +01:00
  • 07cb3718a2 Support safe blit on non-2D textures (#4374) gdkchan 2023-02-07 13:55:59 -03:00
  • f8beeeb7d3
    Support safe blit on non-2D textures (#4374) gdkchan 2023-02-07 13:55:59 -03:00
  • 72a4aee19a Accelerate NVDEC VIC surface read/write and colorspace conversion with Arm64 HW intrinsics (#4351) gdkchan 2023-02-06 23:38:54 -03:00
  • cb250162cb
    Accelerate NVDEC VIC surface read/write and colorspace conversion with Arm64 HW intrinsics (#4351) gdkchan 2023-02-06 23:38:54 -03:00
  • 3af1d284cb Implement safe depth-stencil blit using stencil export extension (#4356) gdkchan 2023-02-06 00:19:31 -03:00
  • 7528f94536
    Implement safe depth-stencil blit using stencil export extension (#4356) gdkchan 2023-02-06 00:19:31 -03:00
  • 62ade66572 Insert bitcast for assignment of fragment integer outputs on GLSL (#4369) gdkchan 2023-02-05 18:52:57 -03:00
  • 43081c16c4
    Insert bitcast for assignment of fragment integer outputs on GLSL (#4369) gdkchan 2023-02-05 18:52:57 -03:00
  • 4cafcb35f4 Implement Account LoadOpenContext (#4359) gdkchan 2023-02-01 12:52:36 -03:00
  • 780627e7b0
    Implement Account LoadOpenContext (#4359) gdkchan 2023-02-01 12:52:36 -03:00
  • 822b5621f2 nuget: bump SharpZipLib from 1.4.1 to 1.4.2 (#4353) dependabot[bot] 2023-01-31 01:58:25 +01:00
  • 9044cb38d1
    nuget: bump SharpZipLib from 1.4.1 to 1.4.2 (#4353) dependabot[bot] 2023-01-31 01:58:25 +01:00
  • b43c12702b Initial Apple Hypervisor based CPU emulation (#4332) gdkchan 2023-01-29 08:37:52 -03:00
  • a53cfdab78
    Initial Apple Hypervisor based CPU emulation (#4332) gdkchan 2023-01-29 08:37:52 -03:00
  • 12bb13cf58 converts the templates into forms (#4068) Piplup 2023-01-27 18:23:55 +00:00
  • c7f9962dde
    converts the templates into forms (#4068) Piplup 2023-01-27 18:23:55 +00:00
  • 38bd2e8567 Relax Vulkan requirements (#4282) gdkchan 2023-01-26 18:34:35 -03:00
  • 296c4a3d01
    Relax Vulkan requirements (#4282) gdkchan 2023-01-26 18:34:35 -03:00
  • 67b5a747a2 Vulkan: Reset queries on same command buffer (#4329) riperiperi 2023-01-24 16:32:56 +00:00
  • e7cf4e6eaf
    Vulkan: Reset queries on same command buffer (#4329) riperiperi 2023-01-24 16:32:56 +00:00
  • fc07cb9778 Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer (#4337) gdkchan 2023-01-23 19:37:53 -03:00
  • a1a4771ac1
    Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer (#4337) gdkchan 2023-01-23 19:37:53 -03:00
  • 6c5275c11b SPIR-V: Change BitfieldExtract and BitfieldInsert for SPIRV-Cross (#4336) gdkchan 2023-01-23 19:20:40 -03:00
  • 2fd819613f
    SPIR-V: Change BitfieldExtract and BitfieldInsert for SPIRV-Cross (#4336) gdkchan 2023-01-23 19:20:40 -03:00
  • f136d79a9b GUI: Add option to register file types (#4250) TSRBerry 2023-01-22 18:39:00 +01:00
  • ad6ff6ce99
    GUI: Add option to register file types (#4250) TSRBerry 2023-01-22 18:39:00 +01:00
  • c0865d8a51 Handle parsing of corrupt Config.json and prevent crash on launch (#4309) gnisman 2023-01-22 18:04:33 +02:00
  • dc30d94852
    Handle parsing of corrupt Config.json and prevent crash on launch (#4309) gnisman 2023-01-22 18:04:33 +02:00
  • 363f3b5491 Arm64: Simplify TryEncodeBitMask and use for constants (#4328) merry 2023-01-22 14:15:49 +00:00
  • 4f293f8cbe
    Arm64: Simplify TryEncodeBitMask and use for constants (#4328) merry 2023-01-22 14:15:49 +00:00
  • 1b8b0b4aa3 AvaloniaKeyboardDriver: Swallow TextInput events to avoid bell (#4320) merry 2023-01-22 10:21:52 +00:00
  • 32a1cd83fd
    AvaloniaKeyboardDriver: Swallow TextInput events to avoid bell (#4320) merry 2023-01-22 10:21:52 +00:00
  • e5ceb2546a Allow setting texture data from 1x to fix some textures resetting randomly (#2860) riperiperi 2023-01-22 02:03:30 +00:00
  • e3d0ccf8d5
    Allow setting texture data from 1x to fix some textures resetting randomly (#2860) riperiperi 2023-01-22 02:03:30 +00:00
  • 59752fd8cb Ava UI: Various Fixes (#4326) Ac_K 2023-01-22 01:42:55 +01:00
  • c14844d12c
    Ava UI: Various Fixes (#4326) Ac_K 2023-01-22 01:42:55 +01:00
  • 803deb3b3f Remove use of reflection on GAL multithreading (#4287) gdkchan 2023-01-21 21:07:43 -03:00
  • 7fea26e97e
    Remove use of reflection on GAL multithreading (#4287) gdkchan 2023-01-21 21:07:43 -03:00
  • 131f3927ec nuget: bump Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4 (#4310) dependabot[bot] 2023-01-21 20:04:39 +00:00
  • 7b7f62c776
    nuget: bump Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4 (#4310) dependabot[bot] 2023-01-21 20:04:39 +00:00
  • 20f8ea7a17 Use volatile read/writes for GAL threading (#4327) riperiperi 2023-01-21 19:49:55 +00:00
  • 423dbc8888
    Use volatile read/writes for GAL threading (#4327) riperiperi 2023-01-21 19:49:55 +00:00
  • 5a3c665e43 Implement CSET and CSETP shader instructions (#4318) gdkchan 2023-01-21 12:18:05 -03:00
  • 6adf15e479
    Implement CSET and CSETP shader instructions (#4318) gdkchan 2023-01-21 12:18:05 -03:00
  • a5fec6f442 nuget: bump System.IdentityModel.Tokens.Jwt from 6.25.1 to 6.26.0 (#4322) dependabot[bot] 2023-01-21 05:24:57 +01:00
  • 2747f12591
    nuget: bump System.IdentityModel.Tokens.Jwt from 6.25.1 to 6.26.0 (#4322) dependabot[bot] 2023-01-21 05:24:57 +01:00
  • 46c48616c5 Ava UI: Add Notifications and Cleanup (#4275) Ac_K 2023-01-21 02:57:37 +01:00
  • a47824f961
    Ava UI: Add Notifications and Cleanup (#4275) Ac_K 2023-01-21 02:57:37 +01:00
  • b3e9a29e61 Ava UI: Fix string.Format issues in Locale (#4305) Ac_K 2023-01-21 02:06:19 +01:00
  • 8474d52778
    Ava UI: Fix string.Format issues in Locale (#4305) Ac_K 2023-01-21 02:06:19 +01:00
  • 06f57f30ae Catch Profile.json parse to prevent crash on launch (#3393) Phi 2023-01-21 01:36:57 +01:00
  • dd7a924596
    Catch Profile.json parse to prevent crash on launch (#3393) Phi 2023-01-21 01:36:57 +01:00
  • 6180f5dd06 Ava UI: Add Control+Cmd+F HotKey for Mac OS (#4317) gnisman 2023-01-20 23:18:01 +02:00
  • a76eaf9a9a
    Ava UI: Add Control+Cmd+F HotKey for Mac OS (#4317) gnisman 2023-01-20 23:18:01 +02:00
  • 909b928168 Audio: Implement PCM24 output (#4321) merry 2023-01-20 20:46:13 +00:00
  • 009e6bcd1b
    Audio: Implement PCM24 output (#4321) merry 2023-01-20 20:46:13 +00:00
  • b6c34a36c7 Ava UI: Fixes and cleanup Updater (#4269) Ac_K 2023-01-20 21:30:21 +01:00
  • eb2cc159fa
    Ava UI: Fixes and cleanup Updater (#4269) Ac_K 2023-01-20 21:30:21 +01:00
  • 1d7cad5f57 Vulkan: Destroy old swapchain on swapchain recreation (#3889) Fliperworld 2023-01-19 21:31:25 -03:00
  • bb89e36fd8
    Vulkan: Destroy old swapchain on swapchain recreation (#3889) Fliperworld 2023-01-19 21:31:25 -03:00
  • a612cca6e1 Vulkan: Explicitly enable precise occlusion queries (#4292) riperiperi 2023-01-19 00:30:42 +00:00
  • de3134adbe
    Vulkan: Explicitly enable precise occlusion queries (#4292) riperiperi 2023-01-19 00:30:42 +00:00
  • b969ed4441 NativeSignalHandler: Fix write flag (#4306) merry 2023-01-19 00:13:17 +00:00
  • 36d53819a4
    NativeSignalHandler: Fix write flag (#4306) merry 2023-01-19 00:13:17 +00:00
  • 0b409b22e9 Optimize string memory usage. Use Spans and StringBuilders where possible (#3933) Andrey Sukharev 2023-01-19 01:25:16 +03:00
  • ae4324032a
    Optimize string memory usage. Use Spans and StringBuilders where possible (#3933) Andrey Sukharev 2023-01-19 01:25:16 +03:00
  • dff37d2e57 HOS: Load RomFs by pid (#4301) Ac_K 2023-01-18 14:50:42 +01:00
  • f449895e6d
    HOS: Load RomFs by pid (#4301) Ac_K 2023-01-18 14:50:42 +01:00
  • 5309cc72e1 Fix NRE when disposing AddressSpace with 4KB pages support (#4307) TSRBerry 2023-01-17 15:50:39 +01:00
  • 410be95ab6
    Fix NRE when disposing AddressSpace with 4KB pages support (#4307) TSRBerry 2023-01-17 15:50:39 +01:00
  • 905dbd3f0d ConfigurationState: Default to Vulkan on macOS (#4299) merry 2023-01-17 04:32:08 +00:00
  • cff9046fc7
    ConfigurationState: Default to Vulkan on macOS (#4299) merry 2023-01-17 04:32:08 +00:00
  • 6085ffb401 Implement support for page sizes > 4KB (#4252) gdkchan 2023-01-17 01:13:24 -03:00
  • 86fd0643c2
    Implement support for page sizes > 4KB (#4252) gdkchan 2023-01-17 01:13:24 -03:00
  • ff945d2071 Ava UI: Readd some infos to the GameList (#4302) Ac_K 2023-01-17 04:57:21 +01:00
  • 43a83a401e
    Ava UI: Readd some infos to the GameList (#4302) Ac_K 2023-01-17 04:57:21 +01:00
  • c15ca282b6 Add short duration texture cache (#3754) riperiperi 2023-01-17 03:39:46 +00:00
  • f0e27a23a5
    Add short duration texture cache (#3754) riperiperi 2023-01-17 03:39:46 +00:00
  • 22f90b34c1 Ava: Fix Linux Vulkan renderer regression (#4303) TSRBerry 2023-01-16 03:59:41 +01:00
  • e68650237d
    Ava: Fix Linux Vulkan renderer regression (#4303) TSRBerry 2023-01-16 03:59:41 +01:00
  • 1cc4d76fa8 UI: Fixes GTK sorting regression of #4294 Ac_K 2023-01-16 03:09:52 +01:00
  • 1faff14e73
    UI: Fixes GTK sorting regression of #4294 Ac_K 2023-01-16 03:09:52 +01:00
  • 161c39f83e Ava UI: Renderer refactoring (#4297) Ac_K 2023-01-16 01:14:01 +01:00
  • 784cf9d594
    Ava UI: Renderer refactoring (#4297) Ac_K 2023-01-16 01:14:01 +01:00
  • 14258f75f3 UI: Fix applications times (#4294) Ac_K 2023-01-16 00:11:16 +01:00