Commit Graph

  • 378a075369 fix releases emiyl 2022-10-14 19:35:01 +01:00
  • 03c0856d41 temporary check emiyl 2022-10-14 18:59:00 +01:00
  • 6b634c2e67 move install_name_tool to build.yml and separate adding moltenvk in build.yml emiyl 2022-10-14 18:37:23 +01:00
  • e45911915c copy moltenvk over to frameworks emiyl 2022-10-14 18:30:00 +01:00
  • 80f7ad0942
    Merge branch 'cemu-project:main' into languageFix #366 Tillsunset 2022-10-14 12:17:50 -05:00
  • 6027ac9682 fix file path of info.plist emiyl 2022-10-14 18:16:44 +01:00
  • bf26c0b26d forgot to enable the bundle flag in the workflow emiyl 2022-10-14 18:15:04 +01:00
  • eed6d9dbd0 add "MACOS_ENABLE_BUNDLE" flag and fix file paths in portable mode emiyl 2022-10-14 18:12:14 +01:00
  • 23885587e8 use cmake build system to generate app bundle emiyl 2022-10-14 17:50:07 +01:00
  • d61170f41d
    Merge branch 'cemu-project:main' into BootTest MythicalPlayz 2022-10-14 17:33:11 +02:00
  • c48b504bcc Added BootDRCTex.tga Support MythicalPlayz 2022-10-14 17:32:23 +02:00
  • ada8bbb3b4
    Linux/MacOS: Greatly improve performance (#370) v2.0-7 Exzap 2022-10-14 13:45:40 +02:00
  • a19ed46b2a
    Windows: Fix file and folder dialog freeze (#369) Exzap 2022-10-14 12:49:41 +02:00
  • 6c415d3624 Windows: Fix file and folder dialog freeze #369 Exzap 2022-10-14 12:20:02 +02:00
  • 128f6ed444 MacOS/Linux: Greatly improve performance #370 Exzap 2022-10-14 11:17:13 +02:00
  • eab44df847 default to english if the system language is unavailable Tillsunset 2022-10-13 18:13:44 -05:00
  • 38e1cd92b8 Add en resource and change language selection for macos user that don't have US as their system region Tillsunset 2022-10-13 17:41:10 -05:00
  • c4d60582af actually fix building emiyl 2022-10-13 19:12:55 +01:00
  • 3580b552ad fix deploying release emiyl 2022-10-13 18:57:54 +01:00
  • b71e67277b copy moltenvk dylib and shader converter from macos vm to release emiyl 2022-10-13 17:30:04 +01:00
  • ad1afab948 use install_name_tool to add path for moltenvk in Frameworks folder emiyl 2022-10-13 17:20:36 +01:00
  • 618ea10d96 chmod a+x on cemu executable emiyl 2022-10-13 16:20:44 +01:00
  • 9df82da5ad create Cemu .app bundle for macOS emiyl 2022-10-13 16:11:18 +01:00
  • d251ce07e0 XAudio2: Don't quit on failed CoInitializeEx() v2.0-6 Exzap 2022-10-13 12:18:34 +02:00
  • f42bebd196
    Merge pull request #361 from Exzap/tweaks v2.0-5 Exzap 2022-10-12 15:25:01 +02:00
  • 0412dec078 Fix metainfo #361 Exzap 2022-10-12 15:23:04 +02:00
  • f65dbe8437 Fix encoding error in input profile filenames Exzap 2022-10-12 14:18:24 +02:00
  • 8b3f36ad50
    Use correct preprocessor check for Linux (#360) SSimco 2022-10-12 04:10:57 -07:00
  • ebc0368b13 Use correct check for Linux #360 ssimco 2022-10-12 14:07:28 +03:00
  • d6ba61cf64
    Add support for non portable mode (#356) SSimco 2022-10-11 23:03:26 -07:00
  • 9040243ef9 Save/Load gameProfiles in ConfigPath and create dir if doesn't exist #356 ssimco 2022-10-11 18:24:45 +03:00
  • c36daf1811 return infinite while loop and reuse translation string. goeiecool9999 2022-10-11 10:48:18 +02:00
  • 063dfb40ba
    Merge branch 'main' into portable SSimco 2022-10-11 00:34:16 -07:00
  • 2b9edced81
    Minor tweaks and code clean up (#357) Exzap 2022-10-11 09:17:34 +02:00
  • f19371b721 Minor tweaks and code clean up #357 Exzap 2022-10-11 09:16:05 +02:00
  • 023f6c344f Make NetworkSettings use ActiveSettings for paths ssimco 2022-10-11 08:39:25 +03:00
  • 0f13918a14 Move NetworkConfig::LoadOnce to CemuApp ssimco 2022-10-11 08:24:19 +03:00
  • f7da74ac87 Merge branch 'main' into portable ssimco 2022-10-11 08:22:36 +03:00
  • 8833b52cba Set app name to Cemu ssimco 2022-10-11 08:21:40 +03:00
  • b07e9efba4
    Add support for choosing network service (incl Pretendo+Custom) (#302) MythicalPlayz 2022-10-11 04:04:47 +02:00
  • 52cc7c5996
    Follow imgui recommendation and streamline build dependencies (#355) Exzap 2022-10-11 01:43:15 +02:00
  • 2538daf759 Add bin/ to .gitignore #354 S41L0R 2022-10-10 17:35:05 -04:00
  • 431c5a101f
    Linux: Print demangled symbols on backtrace (#312) goeiecool9999 2022-10-10 02:35:04 +02:00
  • 265e1c7be1 Added a note on re-building to fix RPATH issues. Ktoks 2022-10-09 09:18:37 -06:00
  • 60eb1de194 Do not use -rdynamic for apple builds. #312 goeiecool9999 2022-10-09 10:55:20 +02:00
  • 0c9fb3143f
    memory optimization, using posix_memalign (#350) Tillsunset 2022-10-09 03:43:45 -05:00
  • c8c6e77a02 whitespace, I swear I had a working whitespace settings and I lost them somehow #350 Tillsunset 2022-10-09 02:57:35 -05:00
  • 1cb8c8f869 smallest multiple of 2 Tillsunset 2022-10-09 02:55:38 -05:00
  • fee585a4b7 max between alignment and size of void* Tillsunset 2022-10-09 02:33:42 -05:00
  • fd00dffb76 memory optimization, replace aligned_alloc with posix_memalign, no more allocating padding bytes Tillsunset 2022-10-09 02:02:47 -05:00
  • 638e9e1f87
    Workaround for the h264 video crash on macOS (#348) Tillsunset 2022-10-09 01:45:26 -05:00
  • 232d6abcba memory optimization #348 Tillsunset 2022-10-09 01:33:15 -05:00
  • 2f02adf296 whitespace Tillsunset 2022-10-09 01:28:11 -05:00
  • 948e6e3563 proper fix for h264 decode crash, Size must be an integer multiple of alignment Tillsunset 2022-10-09 01:26:32 -05:00
  • 46b2fb0920 whitespace Tillsunset 2022-10-08 19:48:33 -05:00
  • af8d677d05 H264 workaround Tillsunset 2022-10-08 19:46:32 -05:00
  • af19cbd1bc Streamline dependency on glslang #355 Exzap 2022-10-09 01:46:30 +02:00
  • a4cea87376 Add imgui as submodule Exzap 2022-10-08 19:32:52 +02:00
  • b724a657e6
    MoltenVk: Add missing texture decoders (#332) Tillsunset 2022-10-08 08:07:54 -05:00
  • b3814225e4 whitespace #345 Tillsunset 2022-10-08 02:21:43 -05:00
  • ab444f96ec Use color from wxWidget to support darkmode Tillsunset 2022-10-08 02:16:08 -05:00
  • 5b89e1bbbe fixed TextureDecoder_A1_B5_G5_R5_UNORM_vulkan, swapped red and blue, placed in proper location #332 Tillsunset 2022-10-07 17:14:57 -05:00
  • 69fa582c77 Merge remote-tracking branch 'mine/main' Tillsunset 2022-10-07 15:49:04 -05:00
  • 36bd342cec testing TextureDecoder_A1_B5_G5_R5_UNORM_vulkan_To_RGBA8 Tillsunset 2022-10-07 15:48:36 -05:00
  • f16a319342
    Merge branch 'cemu-project:main' into main Tillsunset 2022-10-07 15:43:46 -05:00
  • 551f821109
    Auto resize last column (#265) bslhq 2022-10-07 20:30:06 +08:00
  • 97a05d3b1c
    Merge 1f1c710093f695869e98bef64ccd2df3041d2754 into 00968acc1d095324888e95e65275bdd2513156fb #247 Maximilian Downey Twiss 2022-10-07 20:12:37 +11:00
  • 00968acc1d
    dedicated decoder for R4G4 and R4G4B4A4 to R8G8B8A8 (#331) emiyl 2022-10-07 01:39:06 +01:00
  • 9a5c484a00 change name to follow existing convention Tillsunset 2022-10-05 16:25:16 -05:00
  • a2dc578891 make decoder conversions class names consistent #331 emiyl 2022-10-05 22:15:25 +01:00
  • 272e97ceb0 TextureDecoder_R5_G5_B5_A1_UNORM_swappedRB_torgba8888 is now correct, plus move to proper place Tillsunset 2022-10-05 16:15:17 -05:00
  • 61f0845669 add blue and alpha channel to R4G4 decoder emiyl 2022-10-05 19:56:27 +01:00
  • ae89ee6ca3
    Update BUILD.md #280 UltraHDR 2022-10-05 19:28:46 +01:00
  • 50f00d721a overlooked some easy stuff Tillsunset 2022-10-05 13:12:39 -05:00
  • 9672071806 Fixed Format #302 MythicalPlayz 2022-10-05 15:27:56 +02:00
  • eb3764b94d Added XML to Gitignore MythicalPlayz 2022-10-05 15:22:34 +02:00
  • 07b4b160af Fixed Pretendo Not being setup correctly if XML was not found MythicalPlayz 2022-10-05 15:21:20 +02:00
  • 6e92d87aaf
    Merge branch 'cemu-project:main' into patch-1 UltraHDR 2022-10-05 01:12:37 +01:00
  • b900fa58bb
    Update BUILD.md UltraHDR 2022-10-05 01:12:30 +01:00
  • fd8833c726
    Update based on feedback from @emiyl UltraHDR 2022-10-05 01:00:55 +01:00
  • ec8663088d
    Add command in BUILD.md for Apple Silicon users to switch to a Rosetta shell #335 emiyl 2022-10-04 23:08:44 +01:00
  • b2b5a4968d Changes to XMLExists() and fixed MacOS MythicalPlayz 2022-10-04 18:56:16 +02:00
  • 5a37748c52 Added Tagaya, ECS and Account URLs MythicalPlayz 2022-10-04 18:55:21 +02:00
  • e051c3cffd Switched to class enum and add [] automatically MythicalPlayz 2022-10-04 18:52:09 +02:00
  • 33548b1cf4
    Merge branch 'cemu-project:main' into main Tillsunset 2022-10-04 11:09:15 -05:00
  • 4e7155de8c Add missing decoder Tillsunset 2022-10-04 11:08:43 -05:00
  • 8e34adb451 dedicated decoder for R4G4 and R4G4B4A4 to R8G8B8A8 emiyl 2022-10-04 15:22:21 +01:00
  • 6a39b0b40b Add check for alternative glm target #330 ssimco 2022-10-04 17:03:06 +03:00
  • 4519a59d74
    [ih264] per-function target attribute on clang and GCC (#328) emiyl 2022-10-04 14:24:14 +01:00
  • 7e5d9c3534 use sse42 #328 emiyl 2022-10-03 23:44:11 +01:00
  • d1ec6bc39d fixed sse42 instructions emiyl 2022-10-03 23:26:47 +01:00
  • d6faf9e6ce ih264 per-function target attribute on clang and GCC emiyl 2022-10-03 23:11:12 +01:00
  • 29c6fc65ec
    Merge branch 'cemu-project:main' into patch-1 UltraHDR 2022-10-03 20:25:46 +01:00
  • 8a0fe21589
    [docs] add --needed in ArchLinux dependencies (#324) purofle 2022-10-03 19:05:42 +08:00
  • 44663010a5
    [docs] add --needed in ArchLinux dependencies #324 purofle 2022-10-03 12:18:25 +08:00
  • fb5ecca157
    Vulkan: Use correct texture clear in LatteDraw_handleSpecialState8_clearAsDepth (#321) Tillsunset 2022-10-02 12:18:35 -05:00
  • 74ffb582b1 use suggestion given. #321 Tillsunset 2022-10-02 11:50:25 -05:00
  • 2c1267c33d forgot a space Tillsunset 2022-10-02 04:53:16 -05:00
  • f1a587d1e4 use texture_clearDepthSlice in LatteDraw_handleSpecialState8_clearAsDepth instead of texture_clearColorSlice Tillsunset 2022-10-02 04:50:55 -05:00
  • 11f6e2b7ee
    Vulkan: Implement texture decoder for R5G6B5_UNORM to R8G8B8A8_UNORM (#320) Tillsunset 2022-10-01 18:48:13 -05:00