GithubHelp home page GithubHelp logo

dark98 / switch-sys-tweak Goto Github PK

View Code? Open in Web Editor NEW

This project forked from p-sam/switch-sys-tweak

0.0 0.0 0.0 459 KB

A collection of miscellaneous mitms that may eventually grow as stuff gets added.

License: GNU General Public License v2.0

C++ 96.65% C 2.01% Makefile 1.34%

switch-sys-tweak's Introduction

switch-sys-tweak

Build

A collection of miscellaneous mitms that may eventually grow as stuff gets added.

Features

  • FEAT_NSVM_SAFE : Mitm's ns:vm->NeedsUpdateVulnerability to always return 0 (enable using web applets on outdated fws)
  • FEAT_NSAM_CONTROL : [5.1.0+] Mitm's ns:am2->GetReadOnlyApplicationControlDataInterface to override icon/author/version/name by title.
  • FEAT_NSRO_CONTROL : [11.0.0+] Same hook as above, but mitm target is ns:ro
  • FEAT_VCON : [7.0.0+] Registers virtual controllers that stream inputs from a Nintendo 3DS with 3dsnxcontroller
  • FEAT_HOTKEY : Allow to simulate presses of the CAPTURE button with ZL + L, and HOME with ZR + R with NSO SNES controllers

Toggles

  • TOGL_LOGGING : Enable logging to "sdmc:/sys-tweak.log"
  • TOGL_CUSTOM_HOTKEY : If FEAT_HOTKEY is enabled, allows to trigger a custom hotkey action by pressing both sticks or ZL + ZR on NSO SNES controllers
    • This toggle expects a function to be defined in src/hotkey_custom.inc with the following prototype:
     void __CustomHotkeyAction(bool longPressed)

How to compile

Add the required flags to your make command line. FEAT_ALL and TOGL_ALL are available as wildcard flags.

Example: make FEAT_ALL="Y" TOGL_LOGGING="Y"

Note: You should probably make clean if you change the flags you're using.

switch-sys-tweak's People

Contributors

16bitwonder avatar hookedbehemoth avatar p-sam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.