{"id":19836481,"url":"https://github.com/j-d-k/jksm","last_synced_at":"2025-10-07T09:52:14.290Z","repository":{"id":108854395,"uuid":"140691676","full_name":"J-D-K/JKSM","owner":"J-D-K","description":"JK's Save Manager for 3DS","archived":false,"fork":false,"pushed_at":"2025-08-28T00:22:11.000Z","size":21893,"stargazers_count":378,"open_issues_count":14,"forks_count":24,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-08-28T07:59:57.107Z","etag":null,"topics":["3ds","3ds-homebrew","nintendo"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/J-D-K.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-12T09:28:08.000Z","updated_at":"2025-08-28T00:22:14.000Z","dependencies_parsed_at":"2025-02-17T10:10:50.334Z","dependency_job_id":"e3cb1c83-f5c8-41d7-994e-79e68e930a51","html_url":"https://github.com/J-D-K/JKSM","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/J-D-K/JKSM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-D-K%2FJKSM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-D-K%2FJKSM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-D-K%2FJKSM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-D-K%2FJKSM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/J-D-K","download_url":"https://codeload.github.com/J-D-K/JKSM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-D-K%2FJKSM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278755147,"owners_count":26040034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3ds","3ds-homebrew","nintendo"],"created_at":"2024-11-12T12:11:29.031Z","updated_at":"2025-10-07T09:52:14.272Z","avatar_url":"https://github.com/J-D-K.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JK's Save Manager for 3DS\n**Note: Rewrite is currently work-in-progress. There may be issues, bugs, and crashes. You're using this at your own risk until I consider it finished.** This is a work-in-progress rewrite and partial backport of the Switch version. **You have been warned for the time being.**\n\n# Quick start guide:\n#### Global controls:\n* Pressing the L or R shoulder buttons will change what save data type is currently being targeted or take you to the settings menu.\n* Pressing Start will exit JKSM.\n* Pressing Select will allow you to set your play coins to whatever you want (for now).\n\n#### Title selection(s):\n* Up, down, left, and right will change which title is selected in both Tile and Text selection mode.\n* Pressing A will open the currently highlighted title for backup and restore.\n* Pressing X will open a small menu with a few extra options such as erasing save data, exporting and importing secure values from SD.\n\n#### Backup Menu:\n* Pressing A while \"New Backup\" is highlighted will open the keyboard and allow you to create a new backup.\n* Pressing A while an already existing backup is highlighted will allow you to overwrite that backup with a new one.\n* Pressing Y while an already existing backup is highlighted will allow you to restore the data contained within it.\n* Pressing X while an already existing backup is highlighted will allow you to delete that backup from your SD card.\n* Pressing B will close the currently open title and exit the backup menu.\n\n#### Settings menu:\n* Pressing up, down, left, or right will change which option is highlighted.\n* Pressing A will toggle the option highlighted to On or Off. A short description of what each option controls is printed on the bottom screen.\n* **NOTE:** ZIP support is only semi-functional at the current point in time.\n\n# Building:\nBuilding JKSM requires installing [DevkitPro](https://devkitpro.org/wiki/Getting_Started) for your respective platform and installing the following libraries:\n```\n3ds-sdl\n3ds-libpng\n3ds-freetype \n3ds-libjson-c\n3ds-curl\n3ds-libzstd\n3ds-zlib\n3ds-minizip\n```\nWith those installed run the following command:\n```\ngit clone --recurse-submodules https://github.com/J-D-K/JKSM.git\n```\nThis will clone my FS Wrapper library along with JKSM's source code. Then, navigate to the JKSM directory and type the following command:\n```\nmake -j\n```\nYou should now have JKSM.3dsx inside the JKSM subfolder inside the repo on your machine.\n## Customization:\nJKSM currently uses [Google's NotoSanJP](https://fonts.google.com/noto/specimen/Noto+Sans+JP) font for drawing text. This font _is_ rather large. If you would like to use a different or smaller font, simply build the included fontcompressor program and replace the font in JKSM's romfs when building it.\n\n## Credits:\nJKSM uses code from:\n* [The original 3DS homebrew menu/bch2obj.py](https://github.com/smealum/3ds_hb_menu/tree/master) - For loading SMDH's and un-tiling the icons into SDL_Surfaces.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-d-k%2Fjksm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-d-k%2Fjksm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-d-k%2Fjksm/lists"}