Extrems
|
6d9c01a485
|
|
2017-10-06 13:35:48 -04:00 |
|
Extrems
|
56d9e9f69b
|
|
2016-11-26 19:34:00 -05:00 |
|
Extrems
|
a6a27c8b75
|
|
2015-02-04 04:12:48 -05:00 |
|
Extrems
|
426ac4db5a
|
|
2015-02-04 04:02:53 -05:00 |
|
Extrems
|
561e8c3287
|
|
2015-02-04 03:06:20 -05:00 |
|
Extrems
|
b6084c1d31
|
|
2015-02-04 03:02:51 -05:00 |
|
Extrems
|
b4702846a2
|
|
2015-02-04 02:32:38 -05:00 |
|
Extrems
|
48d2950e04
|
|
2015-02-04 02:26:00 -05:00 |
|
Extrems
|
0994573e4e
|
|
2015-02-04 02:11:59 -05:00 |
|
Extrems
|
deb6357eda
|
|
2015-02-04 02:03:20 -05:00 |
|
emukidid
|
5d215b35f1
|
ROM-Cache-MEM2 bug fixup (length/4 would round much causing bad reads)
|
2010-05-21 16:03:38 +00:00 |
|
tehpola
|
24d074e235
|
Adding ROMCache_pointer to ROM-Cache-MEM2
|
2010-05-15 03:46:48 +00:00 |
|
tehpola
|
0bae5a6eef
|
Removing ROMCache-MEM2's L1
|
2010-05-15 03:45:39 +00:00 |
|
emukidid
|
809b44198b
|
Invalid ROMs (e.g. zipped or just random files) should now report so.
|
2010-04-14 14:55:15 +00:00 |
|
emukidid
|
4a7f462bef
|
gc_audio, gc_input & some main headers
|
2009-11-10 13:39:11 +00:00 |
|
emukidid
|
da8b7279fe
|
Fix cut off text in ROM loading message.
|
2009-11-09 10:37:22 +00:00 |
|
sepp256
|
ca9aabcdd9
|
Filebrowser now defaults to 3rd item if entering a directory.
Filebrowser feedback now pops up a MessageBox.
Text for loading bar cleaned up a bit.
|
2009-11-03 20:56:44 +00:00 |
|
sepp256
|
f7371e40a0
|
Initial port of menuV2 to googlecode/.
Options are incomplete.
Currently get an ISI after loading and playing ROM.
|
2009-10-27 20:26:10 +00:00 |
|
emukidid
|
cfed220ebb
|
Zip support removed.. it's just not worth the trouble/confusion with size limitations and roms that are too big.
|
2009-10-25 21:37:01 +00:00 |
|
emukidid
|
c115646af7
|
512kb size chunks in ROM-Cache-MEM2.c now used.
|
2009-10-23 12:14:20 +00:00 |
|
sepp256
|
f1cc86e404
|
Load progress bar now only drawn once per ROM_cache block load, and it's drawn asynchronously.
|
2009-10-23 05:02:55 +00:00 |
|
emukidid
|
156265b5ba
|
ROM-Cache-MEM2.c bug fix, now working in 16MB. Some dynamic allocation in fileBrowser-CARD.c to save 40kb.
|
2009-10-16 03:52:33 +00:00 |
|
emukidid
|
55fa5d4157
|
Moved invalid_code & fonts into MEM2 for Wii. ROM-Cache-MEM2 now is 16MB in 1MB chunks (needs work for 512Kb chunks). TexCache is now 16MB. Recomp Cache is now 4Mb.
|
2009-10-16 03:50:12 +00:00 |
|
emukidid
|
3a3f172e54
|
Removed DEBUG_stats stuff which was always present in the MEM2 ROM-Cache-MEM2.c stuff. Removed savestate flags from interupt.c, updated the rest from tehpola branch.
|
2009-10-15 06:38:37 +00:00 |
|
sepp256
|
6376d09fbe
|
Fixed compiling for Wii with last Stop Audio commit.
|
2009-01-29 06:20:46 +00:00 |
|
emukidid
|
104568984b
|
ROM Load block whilst in-game now pauses/resumes audio.
|
2009-01-27 00:07:56 +00:00 |
|
emukidid
|
b44a3e99e1
|
Fixed byteswapped ROMs on Wii, these were broken. Fixed interface for Wii/GC RomCache to be the same so there's less clutter in rom_gc.c
|
2008-11-04 04:07:04 +00:00 |
|
emukidid
|
9fa91d84dd
|
Integration of Erant's Wii DVD-Loading via libdi and Wii Zip ROM support (Use: 7za a -tzip -mx=9 rom.zip rom.z64). GC ROM-Cache needs a re-work to add in Zip support, then some of the nastyness of my quick-fix hacks to get this compiling for both GC and Wii will be gone!
|
2008-08-20 13:17:04 +00:00 |
|
emukidid
|
d94317fcfd
|
Byteswap variable name fixed in MEM2
|
2008-06-03 07:21:34 +00:00 |
|
emukidid
|
65d3879551
|
byte_swap now resides in rom_gc.c and some other redundant functions were removed
|
2008-05-15 01:16:48 +00:00 |
|
emukidid
|
d42627325a
|
Halfword (little endian) and byteswapped roms should now all work properly
|
2008-05-08 01:00:53 +00:00 |
|
tehpola
|
781c47982d
|
Implemented L1 ROMCache for GC. Untested (not positive it compiles).
|
2008-05-08 00:34:21 +00:00 |
|
tehpola
|
64c0c501cf
|
Implemented L1 ROMCache for Wii, although stats are decent, it doesn't look like its enough to overcome the overhead of copying into the L1 and/or ROM loading wasn't actually the bottleneck to begin with. Define USE_ROM_CACHE_L1 to enable L1 ROM caching.
|
2008-05-07 20:30:52 +00:00 |
|
tehpola
|
4bd5763add
|
Fixed ROM-Cache-MEM2 bug that prevented ROMs that didn't fit into MEM2 from working.
|
2008-04-24 03:29:43 +00:00 |
|
tehpola
|
a13b580957
|
main_gc-menu and ROM-Cache fixes for better fileBrowser support
|
2008-04-15 00:21:36 +00:00 |
|
tehpola@yahoo.com
|
62d297c15f
|
ROMCache-MEM2 (Wii Only): loads ROMs into its MEM2 space defined in gc_memory/MEM2.h
|
2008-02-25 01:00:52 +00:00 |
|