twinaphex
9ae4031d13
Cleanups
2020-03-07 19:14:45 +01:00
twinaphex
64c515bac4
Turn while (true) into for (;;) for easier MSVC backwards compatibility
2020-02-01 04:15:22 +01:00
twinaphex
60faeffde0
(task_patch.c) Cleanups
2020-01-20 04:44:45 +01:00
twinaphex
481f31fe8f
Turn task_patch.c into separately compiled file
2020-01-20 04:31:32 +01:00
brenodantas10
0ab26a1371
Soft-Patch any IPS size (put declarations at beginning)
2019-09-01 18:44:21 -03:00
brenodantas10
49032ae2f2
Soft-Patch any IPS size
2019-09-01 16:01:48 -03:00
brenodantas10
33c681c0c7
Fix IPS Patch, still without re-allocation
2019-08-28 01:52:26 -03:00
Breno Dantas Mendonça
be493daf72
Update task_patch.c
...
Fix IPS Patch, still without reallocation
2019-08-28 01:39:15 -03:00
brenodantas10
a099812f6e
(bps/ups)_apply_patch - Re-allocation target_data variable for target patch size (can now apply bigger patches without extra-bytes on memory)
2019-08-24 00:06:34 -03:00
twinaphex
717c5c1e2f
Delayed CRC calculation for need_fullpath ROM loading (unpatched) -
...
we can get rid of the GEKKO ifdef for Gamecube/Wii since CRC
calculation for these kind of games will now be delayed until
content_get_rom_crc is called the first time, which typically only
happens during netplay
2019-06-03 18:51:04 +02:00
twinaphex
627c86721f
(task_patch) Get rid of extraneous filestream_exists checks -
...
we already check if the file exists with path_is_valid
2019-04-27 13:35:28 +02:00
orbea
bfc366decc
Squeeze extra blank lines with cat(1).
...
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
retro-wertz
ce27e986e9
Better no log at all than showing a false log
...
This false message has been like foreve. Nobody seems interested in updating "small and minor" things. so lets just remove this....
2018-06-11 17:08:59 +08:00
twinaphex
041670fe02
Get rid of multitude of casting warnings
2018-04-13 00:47:42 +02:00
twinaphex
1751f4a0af
Make it possible to read bigger files by replacing ssize_t with int64_t
...
and size_t with uint64_t
2018-04-13 00:18:11 +02:00
twinaphex
c7c4b723d6
Move path_file_exists to filestream and do away with filestream
...
dependencies in file/file_path
2017-12-14 20:05:46 +01:00
gblues
6904101c44
Clean up trailing whitespace
...
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08:00
twinaphex
6af5bd01bf
Merge retro_stat and file_path
2017-06-16 15:00:11 +02:00
twinaphex
b13ca2df97
(task_patch.c) Cleanup
2017-05-14 22:23:05 +02:00
twinaphex
88dbbb284d
Add ips_pref/bps_pref/ups_pref to content_information_ctx
2017-05-14 01:12:47 +02:00
twinaphex
88c04be7a4
Cleanups
2017-05-14 01:04:37 +02:00
twinaphex
7dfbfef995
Cleanups
2017-05-14 00:54:58 +02:00
twinaphex
71499abf1f
(task_patch.c) Cleanups
2017-05-14 00:52:56 +02:00
twinaphex
8ae708576f
task_patch.c - cleanups
2017-05-13 22:21:57 +02:00
Twinaphex
b7b3b2cb5f
Try to prevent truckload of warnings on iOS
2017-02-26 10:33:03 +01:00
twinaphex
ef5b26350d
patch_content - cleanup
2017-02-21 20:38:02 +01:00
twinaphex
75133941a9
Fix relative includes
2017-01-31 05:33:42 +01:00
twinaphex
1a5978d7a2
Move patch.c to tasks/task_patch.c
2017-01-31 05:33:13 +01:00