Pk11
5aaac66eef
Use sizeof in snprintf where possible, ensure UTF_BUFFER_BYTESIZE
...
This commit looks a lot bigger than it really is, I noticed a couple spots where with these issues so I ran a regex to find all possible occurrences and switched all that could be, after manually ensuring it was actually correct
Using sizeof on the buffer (as long as the buffer is a char *array*, not a pointer!!) greatly reduces the chance of something having the wrong size because of a later change to the buffer, notably a couple snprintfs were missed in the UTF_BUFFER_BYTESIZE change
2023-04-15 12:54:02 +02:00
Pk11
93ee590cad
Make strings translatable
2023-04-15 12:54:02 +02:00
d0k3
ab4316fd4e
Prevent titleentry deletion in title manager
2021-02-18 18:55:36 +01:00
d0k3
7f6f6db410
Add title manager (replaces title search)
2020-12-24 15:53:59 +01:00
Gabriel Marcano
d010f2858b
Remove trailing white space
...
- Removed trailing whitespace from all source code files (.c, .h. and
.s) and the README.md
2020-08-26 23:01:58 +02:00
d0k3
2791b42f6e
Fix an exception for big file searches
2020-07-24 11:02:07 +02:00
aspargas2
c70546d5ca
implement virtual mounting of BDRI files
2020-06-30 19:22:18 +02:00
d0k3
1889f4fd57
Simplify fsdrive code
2019-10-28 14:16:55 -03:00
aspargas2
f8b9332728
implement vdisadiff
2019-09-29 19:53:30 +02:00
Wolfvak
c8a7c63963
fix unicode FAT labels ( #508 )
2019-09-29 19:53:28 +02:00
d0k3
9a7ff738be
Show "NOLABEL" for unlabeled SDs
2019-06-30 23:51:15 +02:00
d0k3
75a23a15c3
Show cart ID and type on cart drive
...
Fixes #435
2018-11-05 00:19:41 +01:00
d0k3
e477ec0a18
Fix compile errors introduced by bfc3363
...
Fixes #432
2018-10-02 18:42:04 +02:00
d0k3
bfc3363012
Improved / fixed DirStruct entry name handling
...
Fixes #431
2018-10-01 23:51:05 +02:00
d0k3
2d807915e6
SortDirStruct workaround for T_DOTDOT and T_ROOT
2018-09-18 01:30:44 +02:00
d0k3
a4a7b8f1e0
Fix GCC v8.1 (new dkA) warnings
...
... this also fixes #371
2018-05-24 01:08:00 +02:00
windows-server-2003
46f67e1d18
Fix sprintf format vulnerability
2018-05-17 00:29:03 +02:00
d0k3
7bdc153ca2
Use SD FAT volume label for listing and formatter
...
Fixes #333
2018-04-03 22:56:53 +02:00
d0k3
02f5abb877
Fix too menu entries in dir crashing GM9
...
... happened when there where more than 1024 entries.
2018-03-15 00:57:41 +01:00
d0k3
7befb8f1b5
Scripting: added 'dirsel' command
...
fixes #287
2018-01-09 01:39:37 +01:00
d0k3
32b9675c49
Added HIDE_HIDDEN build parameter
2017-12-19 22:34:05 +01:00
d0k3
ec861a7bf7
Added title info / mount support for DSiWare Exports
2017-11-17 19:37:46 +01:00
Wolfvak
beeea37d07
Revised Makefile
2017-11-17 19:37:45 +01:00