litucks

litucks pushed to master at litucks/torzu

  • a9b7cae667 capitalize 'Open Current Mirror Repo' to match other menu options
  • 6d2368b07b configuration: break up tooltip for 'VRAM Usage Mode' into multiple lines
  • f52a2c5d99 configuration: increase default height of per-game configuration window
  • 11cd91ea01 configure_graphics: use stylesheet for background button color Keeps things consistent with the color picker from d6ca4f11c1 and joycon color picker buttons
  • 783e8952e0 Display linker messages in mode STATUS to be consistent
  • View comparison for these 5 commits »

6 days ago

litucks pushed to master at litucks/torzu

2 weeks ago

litucks pushed to master at litucks/torzu

  • 1a0d98f984 renderer: add area sampling scaling method (#57) Adds Area Sampling to the list of scaling options. Works well to achieve a high-quality, smooth super-sampling effect. Dolphin has had this for a while, and now Ryujinx has recently added it too, so I decided to port it. Not sure if adding the extra uniform to the OpenGL WindowAdaptPass was a good idea or not, or if using the push constants under Vulkan was either, but I wasn't sure about the best way to get the window size for use in the shader, and other scaling methods still work fine. Implementation seems to work fine under both Vulkan and OpenGL, but might still need some minor tweaks to the shader. Should definitely do some testing before merging, I have tested on an Nvidia RTX 3080 under Windows. Adapted from these two PRs: https://github.com/Ryujinx/Ryujinx/pull/7304 https://github.com/dolphin-emu/dolphin/pull/11999 Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/57 Co-authored-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion> Co-committed-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion>
  • eefc75732f ALL development is happening on dark git now :-)
  • d6ca4f11c1 profile_manager: Implement firmware avatar selector (#56) Adds an option to set a user's profile image from the avatars in the firmware. Background color can be changed with a color picker. Also modifies profile image saving to account for this, and as a result images are now saved as JPEG with 100% quality. Any PNG, JPEG, or BMP can now also be used in the image file picker instead of just JPEG. Also of note: I am not a C/C++ developer so please let me know if anything should be changed. Used ryujinx's implementation and other parts of the yuzu codebase for reference. Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/56 Co-authored-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion> Co-committed-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion>
  • ab4c093976 Fix Android crash caused by incorrect type in progress dialog callbacks (#58) Bug discovered via an incomplete fix in Sudachi. Some Progress Dialog callbacks pass the wrong type (Double instead of Long) from C++ to Java code causing a crash at runtime. To fix this a new function is implemented to convert to a Java Long and that is used instead of the function that converts to a Double. Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/58 Co-authored-by: echosys <echosys@noreply.localhost> Co-committed-by: echosys <echosys@noreply.localhost>
  • View comparison for these 4 commits »

2 weeks ago

litucks pushed to master at litucks/torzu

  • ec2e6dfdac Add turnip driver build guide (#54) Adds a section on building an installable turnip driver package to the android build documentation. Currently set to WIP because I would like to get some feedback and possibly improve the guide before merging. Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/54 Co-authored-by: echosys <echosys@noreply.localhost> Co-committed-by: echosys <echosys@noreply.localhost>

3 weeks ago

litucks pushed to master at litucks/torzu

  • 7b143fb07e Added new Blog article (2: Puzzle Pieces)

1 month ago

litucks pushed to master at litucks/torzu

  • 6e61673959 Updated README.md to reflect current state
  • ee37c4989c Readme paths and icon fix (#53) Changes the links in the README to be relative so it should work on any mirrors. Also converts the uncompressed bmp icon to a compressed png one (this improves loading times, especially over tor). You could also use the svg for an even smaller file, but that seems to be missing the black rings that are part of the logo. Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/53 Co-authored-by: echosys <echosys@noreply.localhost> Co-committed-by: echosys <echosys@noreply.localhost>
  • View comparison for these 2 commits »

1 month ago

litucks created repository litucks/torzu

1 month ago