Commit Graph

86 Commits

Author SHA1 Message Date
Joel16
e084512afd audio_driver: Drop audio_driver in favour of kuKernelCall 2022-09-19 23:27:34 -04:00
Joel16
163e5bf4a2 module_driver: Use module_driver to properly load other modules from memory 2022-07-29 22:15:46 -04:00
Joel16
4f10474794 app: Load kernel plugins from memory 2022-05-31 10:57:03 -04:00
Joel16
8affe7f631 app/launcher/libs: Clean up imports and display battery percent if battery is present 2022-04-16 01:29:42 -04:00
Joel16
40127cee08 audio: Enable shuffle/repeat buttons 2021-12-25 22:52:39 -05:00
Joel16
a0196cc76a audio: Allow the use of L/R to play previous/next track in the current directory 2021-12-25 13:22:39 -05:00
Joel16
c2c56b350e app/launcher: Bump version 2021-12-25 00:11:57 -05:00
Joel16
fd782b7cd0 filebrowser: Consistency changes 2021-12-24 23:31:32 -05:00
Joel16
358c780c72 audio: Consistency changes 2021-12-24 22:22:35 -05:00
Joel16
5d38e154a1 audio: Improve mp3 seek 2021-12-24 19:16:13 -05:00
Joel16
bdb9c865d1 audio: Enable seeking support 2021-12-24 12:25:48 -05:00
Joel16
395debd2b9 audio: Fix Flac::GetPosition() 2021-12-24 11:05:57 -05:00
Joel16
6f4b38f3e4 audio: Clean up audio metadata in audio::exit and other minor changes 2021-12-24 02:01:37 -05:00
Joel16
438da0f6ae audio: Kill dr_flac and update libFLAC and use it directly 2021-12-24 01:45:37 -05:00
Joel16
00c847e0bc mp3: Fix some cover arts not being loaded 2021-12-20 01:07:35 -05:00
Joel16
274f6e0d55 app: Pass MenuItem, ctrl handle and delta by reference. Also fix image properties button in image viewer 2021-12-18 16:05:09 -05:00
Joel16
b726b319b3 input_driver: Remove input_driver as it is no longer being used 2021-12-17 14:13:58 -05:00
Joel16
3ed739e59e imageviewer: Properly set/unset image properties 2021-12-15 21:33:24 -05:00
Joel16
3955a3932f app: Use std::snprintf 2021-12-15 15:37:58 -05:00
Joel16
e7edd0212e next: Make changes for new toolchain and use libjpeg instead of turbojpeg 2021-12-15 15:01:12 -05:00
Joel16
d1950c9fb7 mutex-imports: Only import required functions from ThreadManForUser 2021-12-14 23:07:11 -05:00
Joel16
66453da50a g2d: Remove unused alt fonts 2021-12-14 17:39:27 -05:00
Joel16
60b2ed637a net: Use user's language and button config for net dialog 2021-12-14 17:38:29 -05:00
Joel16
5472abddfc main: Cleanup indentation 2021-12-13 18:13:21 -05:00
Joel16
8801839a7b Utils: Implement get language functionality for sceUtilityDialogs 2021-12-13 18:09:41 -05:00
Joel16
674c6bc8f8 utils: Use sceUtilityGetSystemParamInt to get enter/cancel button, fallback to registry if that fails 2021-12-12 13:47:05 -05:00
Joel16
01fd8ae125 ftp: Comply with RFC2389 and RFC2640 2021-12-11 22:39:00 -05:00
Joel16
4fc98c0740 app: Use snprintf where possible 2021-12-11 19:09:10 -05:00
Joel16
b3c59faadc ftp: Add access to umd (disc0:/) 2021-12-10 20:35:16 -05:00
Joel16
ebd450a193 settings: Use select button to disable/enable screen during FTP mode 2021-12-10 14:26:46 -05:00
Joel16
79d441a93c audioplayer: Use select button to enable/disable screen instead of start 2021-12-10 14:24:35 -05:00
Joel16
48995f634f ftp: Move net init/exit/dialog into a separate source file and add more error checking 2021-12-10 13:52:07 -05:00
Joel16
bb824a3071 logs: Sanitize error codes 2021-12-09 22:46:56 -05:00
Joel16
f0b9d624c5 settings: Fix xmb net dialog glitching with g2d's background 2021-12-09 22:19:01 -05:00
Joel16
45f2741820 ftp/game: Use c++ type casting 2021-12-09 21:52:46 -05:00
Joel16
d32445bba2 ftp: Use c++ style casting and fix device name not showing up properly 2021-12-07 20:23:03 -05:00
Joel16
4598f4dc90 app: Clean-up makefile and remove unused libs 2021-12-07 20:22:21 -05:00
Joel16
c21d474626 audio/mutex header: Minor consistency changes 2021-12-07 11:29:26 -05:00
Joel16
cf7454758a fs_driver: Extend functions and use fs_driver funcs with extended privileges 2021-12-06 20:14:52 -05:00
Joel16
9e7fa1658a utils: Remove unnecessary casting and start passing values by ref across src 2021-12-05 23:26:43 -05:00
Joel16
3c38798681 config: Do not log if config.json is not present 2021-12-05 21:23:30 -05:00
Joel16
63840f5bc1 fs: Sort extensions in alpha asc order and add text editing support for .conf 2021-12-05 21:16:10 -05:00
Joel16
2c90c72a05 audio: Reimplement audio player 2021-08-15 12:15:00 -04:00
Joel16
aa00afa2df display_driver: Remove unused functions 2021-08-11 22:45:23 -04:00
Joel16
24066f7c45 screenshots: Reimplement screenshot feature but using .PNG opposed to BMP in previous releases 2021-08-05 20:35:48 -04:00
Joel16
1e4afae771 imageviewer: Allow enter button to close image properties dialog as well 2021-08-05 20:35:00 -04:00
Joel16
a251af1a6b imageviewer: Display image properties and fix image scaling 2021-08-02 22:38:27 -04:00
Joel16
cd9052b6a7 g2d: Switch to new glib2d impl and remove stb_image and use libpng, turbojpeg, libnsbmp/libnsgif 2021-08-01 14:49:29 -04:00
Joel16
e207958d91 game_launcher: Allow exporting metadata from ISO/CSO files 2021-07-30 01:58:03 -04:00
Joel16
0904b1d6d8 game_launcher: Free allocated data after exit 2021-07-26 22:49:34 -04:00