Commit Graph

42 Commits

Author SHA1 Message Date
dimok789
267da27945 removed reference to libogc libs. those are not used anymore (issue #23) 2016-11-20 21:24:33 +01:00
dimok789
b19a6310a4 bump HBL version 2016-11-16 00:49:20 +01:00
dimok789
ca7ece167f adaption to keep the sd_loader equal for RPX and ELF HBL versions 2016-11-14 22:08:03 +01:00
dimok789
1a99264ab5 fix bug when launching rpx files 2016-11-14 20:41:46 +01:00
dimok789
a63171682d - added support to load and launch RPX files directly through SD or wiiload/sendelf
- added error prints in progress window on failures

NOTE:
For this to work you will need to update the code550.bin (or the mp4 file). The old mp4 will still work but not be able to load RPX files, only ELFs.
2016-11-12 14:04:23 +01:00
dimok789
c97af74a9d Merge pull request #18 from aliaspider/master
fix audio clicking
2016-11-12 11:53:31 +01:00
aliaspider
9824d5a307 fix audio clicking: it was just an off-by-one error due to AX's
unconventional api choices ...
2016-11-12 08:16:43 +01:00
dimok789
b6d29714c7 - filter homebrew launcher itself from the list of homebrews (issue 13)
- fixed random freeze caused from multi threaded access to elements list in a frame (issue 6)
- changed maximum depth of ELF file searching to 1 sub-directory only
- fixed wrong homebrew buttons order display in some cases (issue 15)
- bump hbl version to 1.3
2016-11-04 20:47:39 +01:00
dimok789
7cfd09726d Merge branch 'master' of https://github.com/dimok789/homebrew_launcher 2016-10-27 17:49:01 +02:00
dimok789
1602ad7f7d fixed random hang due to inline assembly 2016-10-27 17:48:19 +02:00
dimok789
8042cb5a80 Merge pull request #17 from vgmoose/master
Add font smoothing
2016-10-16 21:15:33 +02:00
vgmoose
b0aeaef5bf Add font smoothing thanks to @Maschell
It seems smoothER, but there may be room for more improvement
2016-10-16 15:10:20 -04:00
dimok789
e33c9894f1 code i forgot to commit in may (haha) 2016-10-12 19:24:22 +02:00
dimok789
0baf7cfa05 Some README fixes 2016-05-08 22:37:08 +02:00
dimok789
cee3482aa5 Updated README 2016-05-08 22:31:59 +02:00
mariogamer2
41491a838c Added Readme
* Added Readme (based on: https://github.com/smealum/3ds_hb_menu (#10))
* Update README.md
2016-05-08 22:13:48 +02:00
dimok789
072f08e959 - merged new gx2sploit and replaced the OSDriver exploit for firmwares 5.3.2 and higher
- added direct launch link implementation for 5.5.0/5.5.1
- added 5.5.1 redirect to correct payload in index.html (thanks to The_Marcster for point it out)
- fixed sound clicking issue on firmware 3.x.x (thanks to FIX94)
2016-05-03 21:45:37 +02:00
dimok789
3512990457 revert change of sound core as that causes other issues for 3.x.x 2016-04-28 23:19:04 +02:00
dimok789
91a3d11e47 sound clicking fix for firmware 3.x.x (thanks to FIX94) 2016-04-28 22:26:03 +02:00
dimok789
9174e3c7b3 added support for firmware 3.x.x (thanks to Toscanelli for the addresses and FIX94 for testing) 2016-04-28 20:34:33 +02:00
dimok789
d179849985 added www files to git 2016-04-26 21:51:21 +02:00
dimok789
0beccde593 bumped version in meta.xml 2016-04-22 20:29:38 +02:00
dimok789
e720a44613 added and bumped version string on main view 2016-04-22 20:28:01 +02:00
dimok789
3a574c3b0a - removed unnecessary check for loadiine kexploit map which is not required. only kernel_write() is required. now the installer checks if anything was mapped to detect that the kernel exploit was executed already before the launch of the installer.
- added skip of elf files with names that start with '.' or '_' (linux and MAC hidden files) -> Issue #4
2016-04-22 15:17:52 +02:00
dimok789
55e76f8cf7 Merge pull request #5 from andriy921/master
Added firmware 4.0.0 support and fixed 4.1.0 and 5.0.0 sound issue
2016-04-22 07:13:46 +02:00
andriy921
d346803f29 Proper fix for the 500 sound issue. 2016-04-22 02:28:22 +03:00
andriy921
8de7f2c6ec Fix for 410 sound issue. 2016-04-22 02:28:22 +03:00
andriy921
0499b68ecf Proper 400 support 2016-04-22 02:23:13 +03:00
dimok789
40908f5d8f installer: changed to single link launch (TODO: clean up the code) 2016-04-11 23:05:22 +02:00
dimok789
f712a697ad Merge branch 'master' of https://github.com/dimok789/homebrew_launcher 2016-03-31 22:00:22 +02:00
dimok789
e05e561227 added support for 5.5.x firmwares (thanks to NWPlayer123 for providing the necessary addresses)
NOTE: You will still need a kernel exploit to run this.
2016-03-31 21:39:09 +02:00
dimok789
abc7751c71 added support for 5.5.x firmwares (thanks to NWPlayer123 providing the necessary addresses) 2016-03-31 21:34:56 +02:00
dimok789
5c59b1be66 improved osdrive exploit success rate 2016-03-29 21:33:10 +02:00
dimok789
e688b5ee91 fixed receive from wiiload and other application that send the header one byte at a time 2016-03-14 18:16:03 +01:00
dimok789
875969f851 Merge pull request #2 from Nougat-Police/master
Changes for FW 4.1.0 and 4.0.0
2016-03-08 20:08:25 +01:00
Nougat-Police
ec89d89570 Changes for FW 4.1.0 and 4.0.0
- added addresses to kernel_patches.S and launcher.c
- updated installer makefile
2016-03-08 18:52:50 +01:00
dimok789
fdcdb019e1 added meta.xml and several icon.png files. everyone can decide which one they like best 2016-03-02 20:49:47 +01:00
dimok789
68f13ff25e fixed bug in defines of GX2 2016-03-02 19:52:52 +01:00
dimok789
bb9a4c9d12 fix for TV display of console applications that are using OSScreen functions 2016-03-02 18:59:42 +01:00
dimok789
d0316ab885 Merge pull request #1 from z0mb3/master
Support for FW 5.0.0
2016-03-02 17:06:53 +01:00
z0mb3
f70c56d79d Changes for FW 5.0.0
+ Added addresses to kernel_patches.S, launcher.c
- Removed usage of AC (AutoConnect) functions in socket_functions (all FWs)
+ Added check for FW while deleting Voices in SoundHandler (5.0.0 throws DSI when deleting the last Voice)
2016-03-01 23:06:28 +01:00
dimok789
614771d869 initial commit 2016-02-29 22:28:18 +01:00