Commit graph

  • 9638ba0be4 Android: Fix icon background wheremyfoodat 2024-11-03 14:26:57 +02:00
  • 8fc6675a05 Sort out icons on desktop wheremyfoodat 2024-11-03 14:08:39 +02:00
  • 369f810b51 Android: Add an actual icon wheremyfoodat 2024-11-03 13:25:08 +02:00
  • 4b0591c9ea
    Merge pull request #629 from wheremyfoodat/more-dsp wheremyfoodat 2024-11-02 22:51:46 +02:00
  • 1287ec7b6d SDL: Remember window positions wheremyfoodat 2024-11-02 22:31:43 +02:00
  • 70d93a1ad8 HLE DSP: Enable AAC by default wheremyfoodat 2024-11-02 21:58:27 +02:00
  • abe0709a81
    don't hardcode window size Samuliak 2024-11-01 09:05:44 +01:00
  • d459f9c1c3
    Merge branch 'master' into metal2 Samuliak 2024-11-01 08:43:40 +01:00
  • 760c67c759 SDL: Save & restore window size/position wheremyfoodat 2024-10-31 22:58:28 +02:00
  • 965ea6d012 Shadergen: Log unimplemented LUT select indices wheremyfoodat 2024-10-31 22:05:05 +02:00
  • f374b1dd51
    Merge pull request #626 from wheremyfoodat/window-pos wheremyfoodat 2024-10-31 18:21:16 +02:00
  • 08aedfde63
    Fix SDL build wheremyfoodat 2024-10-31 17:56:30 +02:00
  • 818271c7ad Qt: Optionally remember window pos/size wheremyfoodat 2024-10-31 17:30:30 +02:00
  • 02f8250aff
    Merge branch 'master' into metal2 SamoZ256 2024-10-31 13:45:58 +01:00
  • 272c24d8e4
    don't bind resources unnecessarily Samuliak 2024-10-31 13:45:05 +01:00
  • 7ae8412919
    Merge pull request #625 from warmenhoven/warmenhoven/pr/win32 wheremyfoodat 2024-10-31 10:44:13 +02:00
  • 158be432fc
    rework the lut system Samuliak 2024-10-31 09:25:01 +01:00
  • 48f286334c libretro: win32 build fix Eric Warmenhoven 2024-10-30 21:38:17 -04:00
  • 52655335c0
    Rename aes_key to aes_keys (#621) Gabriel Machado 2024-10-25 09:32:28 -04:00
  • dad0c2e1b6 Rename aes_key to aes_keys Gabriel Machado 2024-10-25 09:23:56 -04:00
  • a6750e7aef
    Import key option in android (#620) Gabriel Machado 2024-10-25 03:22:26 -04:00
  • 2ca28303e5 Remove redundant code Gabriel Machado 2024-10-24 18:16:21 -04:00
  • 6d61983049 Fix crashes Gabriel Machado 2024-10-24 18:14:04 -04:00
  • 6a483ba018 Implement option to import keys Gabriel Machado 2024-10-24 17:43:57 -04:00
  • 85d363c17d
    Android: Update shader multiplication text wheremyfoodat 2024-10-25 00:28:01 +03:00
  • edb047ec34
    Merge pull request #619 from GabrielBRDeveloper/accurate-option wheremyfoodat 2024-10-24 22:44:55 +03:00
  • 28c5b565c0 Implement accurate shader multiply option Gabriel Machado 2024-10-24 15:07:36 -04:00
  • 8cf0fbef1b
    Implement support to sensors (#618) Gabriel Machado 2024-10-24 13:51:53 -04:00
  • 34df66a063 Fix memory leak in accel Gabriel Machado 2024-10-24 13:25:18 -04:00
  • a435f10efd Implement sensors Gabriel Machado 2024-10-24 12:30:24 -04:00
  • cdc61ea95a
    GL renderer: Add fallback for when driver doesn't provide glDrawRangeElementsBaseVertex (#617) wheremyfoodat 2024-10-23 22:43:58 +03:00
  • 66940cab38 GL: Fix fallback when glDrawRangeElementsBaseVertex is absent wheremyfoodat 2024-10-23 22:21:33 +03:00
  • 7b1afc849e GL: Add fallback for when driver doesn't provide glDrawRangeElementsBaseVertex wheremyfoodat 2024-10-23 21:53:49 +03:00
  • 54d0618f02
    Fonts: Fix IWYU bug wheremyfoodat 2024-10-23 10:57:59 +03:00
  • 827cf93aca
    Merge pull request #615 from wheremyfoodat/relocate-font wheremyfoodat 2024-10-22 19:38:29 +03:00
  • 8c80099339 Implement shared font relocation wheremyfoodat 2024-10-22 19:13:25 +03:00
  • 238d84ba3b
    DSP: Default to HLE wheremyfoodat 2024-10-20 21:45:08 +03:00
  • 5d28f11ccf
    GPU: Add optimized NEON path for analyzing index buffers (#613) wheremyfoodat 2024-10-20 20:02:02 +03:00
  • fecaa26842 Fix oopsie, again wheremyfoodat 2024-10-20 19:07:39 +03:00
  • 4b57fb3f02 Fix oopsie wheremyfoodat 2024-10-20 19:04:12 +03:00
  • c4f4ee64f9 GPU: Add SSE4.1 path for index buffer analysis wheremyfoodat 2024-10-20 19:00:28 +03:00
  • 586ec2a39f
    NEON: Fix vertex count comparison for index buffer analysis wheremyfoodat 2024-10-20 17:14:30 +03:00
  • d97059ccd1
    NEON: Fix initial index buffer minima/maxima wheremyfoodat 2024-10-20 17:10:48 +03:00
  • af1fe13996
    Make Android builds official & update readme (#612) wheremyfoodat 2024-10-20 16:41:41 +03:00
  • 143e20299d Make Android builds official & update readme wheremyfoodat 2024-10-20 16:41:02 +03:00
  • 7760f1caa5 Implement ARM NEON index buffer analysis wheremyfoodat 2024-10-19 22:43:39 +03:00
  • c97a174cd1
    Silence invalid offsetof warning wheremyfoodat 2024-10-19 18:16:33 +03:00
  • 89d129211e
    HLE DSP: Add AAC decoder toggle for enabling/disabling AAC decoding (#611) wheremyfoodat 2024-10-19 17:23:54 +03:00
  • c3160b6b1b Fix derp wheremyfoodat 2024-10-19 17:23:35 +03:00
  • 2a5da7c1b2 HLE DSP: Add AAC decoder toggle wheremyfoodat 2024-10-19 17:07:40 +03:00
  • 49a94a13c5
    Moar shader decompiler (#559) wheremyfoodat 2024-10-19 16:53:51 +03:00
  • bdf54290de
    fix merge conflict bug wheremyfoodat 2024-10-19 16:31:56 +03:00
  • a681977c52
    Change ubuntu-latest to Ubuntu 24.04 because Microsoft screwed up their CI again wheremyfoodat 2024-10-19 16:17:35 +03:00
  • cc2825e436
    Merge branch 'master' into shader-decomp wheremyfoodat 2024-10-19 16:01:43 +03:00
  • 9d98a3ab96
    Shader decompiler: Don't declare VS input attributes as an array wheremyfoodat 2024-10-19 15:58:19 +03:00
  • ad788eaae8
    Set accelerate shader default to true wheremyfoodat 2024-10-19 15:47:54 +03:00
  • afaf18f124
    GLES: Fix Set logic op wheremyfoodat 2024-10-14 00:42:35 +03:00
  • fa9ce5fc70
    GLES: Implement logic ops via fb fetch (#608) wheremyfoodat 2024-10-13 21:17:24 +00:00
  • 48095486d1 Fix GL_EXT_shader_framebuffer_fetch behavior wheremyfoodat 2024-10-13 23:59:48 +03:00
  • 2460050e8d GLES: Add support for GL_ARM_shader_framebuffer_fetch wheremyfoodat 2024-10-13 23:47:27 +03:00
  • 5eb628eb5f
    Merge pull request #609 from wheremyfoodat/wheremyfoodat-patch-2 wheremyfoodat 2024-10-13 20:29:15 +00:00
  • 82068031f3
    Shadergen: Pre-allocate space for shadergen string wheremyfoodat 2024-10-13 23:27:08 +03:00
  • 001ebec631 GLES: Enable fb fetch instead of requiring it wheremyfoodat 2024-10-13 22:55:20 +03:00
  • 28dedf9bdd Update Qt_Build.yml wheremyfoodat 2024-10-13 22:47:54 +03:00
  • 4753c81bc9 Attempt to fix deprecated libglx-mesa0 package wheremyfoodat 2024-10-13 22:32:42 +03:00
  • 511e05becf GLES: Implement logic ops via fb fetch wheremyfoodat 2024-10-13 22:18:17 +03:00
  • 0b28b4a8c4 Remove redundant ubershader checks wheremyfoodat 2024-10-07 01:09:42 +03:00
  • 2e1f31ee96 HW shaders: Fix android wheremyfoodat 2024-10-06 19:50:52 +03:00
  • 53097cc53e Fix libretro build wheremyfoodat 2024-10-06 17:01:27 +03:00
  • bb7b1b3ef1 HW shaders: Make generated shaders slightly smaller wheremyfoodat 2024-10-06 16:07:57 +03:00
  • 2b82f8b332 Merge branch 'master' into shader-decomp wheremyfoodat 2024-10-06 15:50:15 +03:00
  • 872a6bacca HW shaders: Fix loops wheremyfoodat 2024-10-06 15:39:13 +03:00
  • e3252ec4ef HW shaders: Avoid redundant glVertexAttrib4f calls wheremyfoodat 2024-10-05 21:14:40 +03:00
  • 0a2bc7c909 HW shaders: Add padding attributes wheremyfoodat 2024-10-04 19:48:47 +03:00
  • 09b04704f8 HW shaders: Fix indexed rendering wheremyfoodat 2024-10-04 19:38:43 +03:00
  • 16425379e3 Stream buffer: Fix copy-paste mistake wheremyfoodat 2024-10-04 19:14:55 +03:00
  • 6bb3198006 LLE DSP: Handle cycle drifting ir wheremyfoodat 2024-10-04 18:03:10 +03:00
  • 96f684e51c
    Merge pull request #600 from wheremyfoodat/ir wheremyfoodat 2024-09-28 21:48:42 +00:00
  • 3e72323653 HLE DSP: Initial mixer work wheremyfoodat 2024-09-29 00:32:51 +03:00
  • d14b1da5a1
    Merge pull request #599 from wheremyfoodat/lua-float wheremyfoodat 2024-09-28 20:23:12 +00:00
  • 1c8b7a61b0
    Lua: Expose read/write functions for floats and doubles wheremyfoodat 2024-09-28 22:56:26 +03:00
  • 90420160f2 correct comment Samuliak 2024-09-24 14:51:27 +02:00
  • 779e30e3e5
    Merge branch 'master' into metal2 SamoZ256 2024-09-24 09:22:17 +02:00
  • a8041bce8c
    Merge pull request #598 from wheremyfoodat/aac wheremyfoodat 2024-09-16 20:37:55 +00:00
  • 683b4186d8 Qt: Add CMake target for generating translations wheremyfoodat 2024-09-16 23:36:42 +03:00
  • 699d2ded6d
    Merge pull request #597 from wheremyfoodat/aac wheremyfoodat 2024-09-16 20:19:29 +00:00
  • 3567a4bc55 Update Github Actions checkout/upload-artifact versions wheremyfoodat 2024-09-16 22:51:33 +03:00
  • c0c8545dc2 Qt: Fix Linguist issues and format files wheremyfoodat 2024-09-16 22:39:05 +03:00
  • c12c3bce8d
    Prevent app crash when miniaudio samples bigger than capacity (#596) Jonian Guveli 2024-09-07 16:20:41 +03:00
  • 98b2d10ea2
    Update miniaudio_device.cpp wheremyfoodat 2024-09-07 16:20:20 +03:00
  • be3613d901 Prevent app crash when miniaudio samples bigger than capacity Jonian Guveli 2024-09-07 15:50:24 +03:00
  • f1b7830952
    Libretro: Complete code formatting (#594) Jonian Guveli 2024-09-06 00:43:41 +03:00
  • 656b7da5e4
    Properly pad AAC request struct wheremyfoodat 2024-09-05 01:55:44 +03:00
  • 1420e714e7
    Merge pull request #595 from wheremyfoodat/aac wheremyfoodat 2024-09-04 22:47:39 +00:00
  • 4b21d601e2 Vendor fdk-aac wheremyfoodat 2024-09-05 00:35:31 +03:00
  • 545bbd5c45 HLE DSP: Implement AAC audio decoder wheremyfoodat 2024-09-05 00:06:48 +03:00
  • 9055076d0d Add fdk-aac & AAC request structure wheremyfoodat 2024-09-04 22:31:19 +03:00
  • 4a39b06262 Rewriting hw vertex fetch wheremyfoodat 2024-09-04 03:18:39 +03:00
  • 15b6a9e2d9 HW shaders: Fix attribute fetch wheremyfoodat 2024-09-03 02:21:20 +03:00
  • e332ab2e58 Fix control flow analysis bug wheremyfoodat 2024-09-03 01:59:58 +03:00