Commit Graph

111 Commits

Author SHA1 Message Date
Joel16
30b0be604e kernel_functions: Fix indentation 2022-09-19 23:34:36 -04:00
Joel16
e084512afd audio_driver: Drop audio_driver in favour of kuKernelCall 2022-09-19 23:27:34 -04:00
Joel16
3fa4844501 module_driver: Fix indentation with ModuleMgrForKernel 2022-08-11 15:37:33 -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
4f02884c2d display/audio: Remove unused makefile vars 2022-07-29 21:47:59 -04:00
Joel16
30dc51b5a9 flac: Update to v1.3.4 2022-07-29 21:41:10 -04:00
Joel16
807b11a22a dr_wav: Update to v0.13.6 2022-05-31 23:53:48 -04:00
Joel
de39115961
actions: Use upload-artifact@v3 and set artifact name 2022-05-31 11:01:26 -04:00
Joel16
4f10474794 app: Load kernel plugins from memory 2022-05-31 10:57:03 -04:00
Joel16
98cc6d93b7 systemctrl: Remove unnecessary include 2022-04-19 15:56:24 -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
10ef0d85aa libs: Update opusfile header and remove vorbis headers since they are installed by pspdev/packages 2021-12-23 21:33:55 -05:00
Joel16
f1ef1ed6e5 libs: Update libopus to 1.3.1 and libopusfile to 0.12 2021-12-22 10:50:03 -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
e893be0f20 launcher: Do not link libpspsdk since it is linked by default 2021-12-15 15:38:51 -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
6aa13c18c9 display_driver: Use proper impl of sceDisplayGetBrightness* depending on FW 2021-12-10 14:51:22 -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
f8c11b07e7 display_driver: Set brightness to 0 before disabling screen 2021-12-10 14:23:06 -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