-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing Android icon #4
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fa9ce1 - Browse repository at this point
Copy the full SHA 1fa9ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a716e39 - Browse repository at this point
Copy the full SHA a716e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for d436ed8 - Browse repository at this point
Copy the full SHA d436ed8View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0602467 - Browse repository at this point
Copy the full SHA 0602467View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98b5d56 - Browse repository at this point
Copy the full SHA 98b5d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e1a53 - Browse repository at this point
Copy the full SHA 58e1a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45eda2f - Browse repository at this point
Copy the full SHA 45eda2fView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8830747 - Browse repository at this point
Copy the full SHA 8830747View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 779e30e - Browse repository at this point
Copy the full SHA 779e30eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9042016 - Browse repository at this point
Copy the full SHA 9042016View commit details
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8206803 - Browse repository at this point
Copy the full SHA 8206803View commit details -
Merge pull request #609 from wheremyfoodat/wheremyfoodat-patch-2
Shadergen: Pre-allocate space for shadergen string
Configuration menu - View commit details
-
Copy full SHA for 5eb628e - Browse repository at this point
Copy the full SHA 5eb628eView commit details -
GLES: Implement logic ops via fb fetch (#608)
* GLES: Implement logic ops via fb fetch * Attempt to fix deprecated libglx-mesa0 package * Update Qt_Build.yml * GLES: Enable fb fetch instead of requiring it * GLES: Add support for GL_ARM_shader_framebuffer_fetch * Fix GL_EXT_shader_framebuffer_fetch behavior
Configuration menu - View commit details
-
Copy full SHA for fa9ce5f - Browse repository at this point
Copy the full SHA fa9ce5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for afaf18f - Browse repository at this point
Copy the full SHA afaf18fView commit details
Commits on Oct 19, 2024
-
* Renderer: Add prepareForDraw callback * Add fmt submodule and port shader decompiler instructions to it * Add shader acceleration setting * Hook up vertex shaders to shader cache * Shader decompiler: Fix redundant compilations * Shader Decompiler: Fix vertex attribute upload * Shader compiler: Simplify generated code for reading and faster compilation * Further simplify shader decompiler output * Shader decompiler: More smallen-ing * Shader decompiler: Get PICA uniforms uploaded to the GPU * Shader decompiler: Readd clipping * Shader decompiler: Actually `break` on control flow instructions * Shader decompiler: More control flow handling * Shader decompiler: Fix desitnation mask * Shader Decomp: Remove pair member capture in lambda (unsupported on NDK) * Disgusting changes to handle the fact that hw shader shaders are 2x as big * Shader decompiler: Implement proper output semantic mapping * Moar instructions * Shader decompiler: Add FLR/SLT/SLTI/SGE/SGEI * Shader decompiler: Add register indexing * Shader decompiler: Optimize mova with both x and y masked * Shader decompiler: Add DPH/DPHI * Fix shader caching being broken * PICA decompiler: Cache VS uniforms * Simply vertex cache code * Simplify vertex cache code * Shader decompiler: Add loops * Shader decompiler: Implement safe multiplication * Shader decompiler: Implement LG2/EX2 * Shader decompiler: More control flow * Shader decompiler: Fix JMPU condition * Shader decompiler: Convert main function to void * PICA: Start implementing GPU vertex fetch * More hw VAO work * More hw VAO work * More GPU vertex fetch code * Add GL Stream Buffer from Duckstation * GL: Actually upload data to stream buffers * GPU: Cleanup immediate mode handling * Get first renders working with accelerated draws * Shader decompiler: Fix control flow analysis bugs * HW shaders: Accelerate indexed draws * Shader decompiler: Add support for compilation errors * GLSL decompiler: Fall back for LITP * Add Renderdoc scope classes * Fix control flow analysis bug * HW shaders: Fix attribute fetch * Rewriting hw vertex fetch * Stream buffer: Fix copy-paste mistake * HW shaders: Fix indexed rendering * HW shaders: Add padding attributes * HW shaders: Avoid redundant glVertexAttrib4f calls * HW shaders: Fix loops * HW shaders: Make generated shaders slightly smaller * Fix libretro build * HW shaders: Fix android * Remove redundant ubershader checks * Set accelerate shader default to true * Shader decompiler: Don't declare VS input attributes as an array * Change ubuntu-latest to Ubuntu 24.04 because Microsoft screwed up their CI again * fix merge conflict bug
Configuration menu - View commit details
-
Copy full SHA for 49a94a1 - Browse repository at this point
Copy the full SHA 49a94a1View commit details -
HLE DSP: Add AAC decoder toggle for enabling/disabling AAC decoding (#…
…611) * HLE DSP: Add AAC decoder toggle * Fix derp
Configuration menu - View commit details
-
Copy full SHA for 89d1292 - Browse repository at this point
Copy the full SHA 89d1292View commit details -
Configuration menu - View commit details
-
Copy full SHA for c97a174 - Browse repository at this point
Copy the full SHA c97a174View commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af1fe13 - Browse repository at this point
Copy the full SHA af1fe13View commit details -
GPU: Add optimized NEON path for analyzing index buffers (#613)
* Implement ARM NEON index buffer analysis * NEON: Fix initial index buffer minima/maxima * NEON: Fix vertex count comparison for index buffer analysis * GPU: Add SSE4.1 path for index buffer analysis * Fix oopsie * Fix oopsie, again
Configuration menu - View commit details
-
Copy full SHA for 5d28f11 - Browse repository at this point
Copy the full SHA 5d28f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238d84b - Browse repository at this point
Copy the full SHA 238d84bView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c80099 - Browse repository at this point
Copy the full SHA 8c80099View commit details -
Merge pull request #615 from wheremyfoodat/relocate-font
Implement shared font relocation
Configuration menu - View commit details
-
Copy full SHA for 827cf93 - Browse repository at this point
Copy the full SHA 827cf93View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54d0618 - Browse repository at this point
Copy the full SHA 54d0618View commit details -
GL renderer: Add fallback for when driver doesn't provide glDrawRange…
…ElementsBaseVertex (#617) * GL: Add fallback for when driver doesn't provide glDrawRangeElementsBaseVertex * GL: Fix fallback when glDrawRangeElementsBaseVertex is absent
Configuration menu - View commit details
-
Copy full SHA for cdc61ea - Browse repository at this point
Copy the full SHA cdc61eaView commit details
Commits on Oct 24, 2024
-
Implement support to sensors (#618)
* Implement sensors * Fix memory leak in accel
Configuration menu - View commit details
-
Copy full SHA for 8cf0fbe - Browse repository at this point
Copy the full SHA 8cf0fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28c5b56 - Browse repository at this point
Copy the full SHA 28c5b56View commit details -
Merge pull request #619 from GabrielBRDeveloper/accurate-option
Implement accurate shader multiplication option
Configuration menu - View commit details
-
Copy full SHA for edb047e - Browse repository at this point
Copy the full SHA edb047eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d363c - Browse repository at this point
Copy the full SHA 85d363cView commit details
Commits on Oct 25, 2024
-
Import key option in android (#620)
* Implement option to import keys * Fix crashes * Remove redundant code
Configuration menu - View commit details
-
Copy full SHA for a6750e7 - Browse repository at this point
Copy the full SHA a6750e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5265533 - Browse repository at this point
Copy the full SHA 5265533View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48f2863 - Browse repository at this point
Copy the full SHA 48f2863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 158be43 - Browse repository at this point
Copy the full SHA 158be43View commit details -
Merge pull request #625 from warmenhoven/warmenhoven/pr/win32
libretro: win32 build fix
Configuration menu - View commit details
-
Copy full SHA for 7ae8412 - Browse repository at this point
Copy the full SHA 7ae8412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 272c24d - Browse repository at this point
Copy the full SHA 272c24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f8250 - Browse repository at this point
Copy the full SHA 02f8250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 818271c - Browse repository at this point
Copy the full SHA 818271cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08aedfd - Browse repository at this point
Copy the full SHA 08aedfdView commit details -
Merge pull request #626 from wheremyfoodat/window-pos
Qt: Optionally remember window pos/size
Configuration menu - View commit details
-
Copy full SHA for f374b1d - Browse repository at this point
Copy the full SHA f374b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 965ea6d - Browse repository at this point
Copy the full SHA 965ea6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 760c67c - Browse repository at this point
Copy the full SHA 760c67cView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d459f9c - Browse repository at this point
Copy the full SHA d459f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for abe0709 - Browse repository at this point
Copy the full SHA abe0709View commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70d93a1 - Browse repository at this point
Copy the full SHA 70d93a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1287ec7 - Browse repository at this point
Copy the full SHA 1287ec7View commit details -
Merge pull request #629 from wheremyfoodat/more-dsp
Remember window positions in SDL & turn on AAC decoder by default
Configuration menu - View commit details
-
Copy full SHA for 4b0591c - Browse repository at this point
Copy the full SHA 4b0591cView commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 369f810 - Browse repository at this point
Copy the full SHA 369f810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc6675 - Browse repository at this point
Copy the full SHA 8fc6675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9638ba0 - Browse repository at this point
Copy the full SHA 9638ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5bd89b - Browse repository at this point
Copy the full SHA b5bd89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8845976 - Browse repository at this point
Copy the full SHA 8845976View commit details -
Merge pull request #630 from wheremyfoodat/more-dsp
Rework app icons
Configuration menu - View commit details
-
Copy full SHA for b245423 - Browse repository at this point
Copy the full SHA b245423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07cee43 - Browse repository at this point
Copy the full SHA 07cee43View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f322ba5 - Browse repository at this point
Copy the full SHA f322ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc62d4 - Browse repository at this point
Copy the full SHA 4cc62d4View commit details
Commits on Nov 6, 2024
-
Add rsyn png and ico files for future use
Extra icons for use with the hypothetical icon-swapping feature within the app that was mentioned on the discord. These files are based on the rsyn emote from the discord, flipped horizontally and edited in gimp to remove the blobs of colour from the corners. Although they are not visible on the discord emote, these are very noticeable when used as a desktop shortcut. rsyn.png could be used as an image within the app itself in place of rpog.png, which appears in the title bar, as well as for use as a desktop shortcut. windows_alt_icon could be used for a rainbow-coloured version of the existing .exe ico file, though swapping this out would be harder. Perhaps some future Panda3DS installer could swap it in place of the existing ico file during the installation process if desired. Resolution and aspect ratio are identical to the existing rpog.png and windows_icon images.
Configuration menu - View commit details
-
Copy full SHA for d481fdd - Browse repository at this point
Copy the full SHA d481fddView commit details -
Merge pull request #631 from extherian/master
Add rsyn emote-based png and ico files for future use
Configuration menu - View commit details
-
Copy full SHA for 8554cd5 - Browse repository at this point
Copy the full SHA 8554cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1601b5 - Browse repository at this point
Copy the full SHA a1601b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b299609 - Browse repository at this point
Copy the full SHA b299609View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8cfffb8 - Browse repository at this point
Copy the full SHA 8cfffb8View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49b6524 - Browse repository at this point
Copy the full SHA 49b6524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10451a6 - Browse repository at this point
Copy the full SHA 10451a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e4cf1 - Browse repository at this point
Copy the full SHA d7e4cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e479237 - Browse repository at this point
Copy the full SHA e479237View commit details -
Configuration menu - View commit details
-
Copy full SHA for b214782 - Browse repository at this point
Copy the full SHA b214782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be353a - Browse repository at this point
Copy the full SHA 9be353aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e8e1c - Browse repository at this point
Copy the full SHA 69e8e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c70388d - Browse repository at this point
Copy the full SHA c70388dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a79309 - Browse repository at this point
Copy the full SHA 6a79309View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a4f3f4 - Browse repository at this point
Copy the full SHA 7a4f3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e22bc58 - Browse repository at this point
Copy the full SHA e22bc58View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66be960 - Browse repository at this point
Copy the full SHA 66be960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ffd76 - Browse repository at this point
Copy the full SHA 47ffd76View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for efb6cdd - Browse repository at this point
Copy the full SHA efb6cddView commit details