Extrems
1cfbaa363e
Fixed a texture warping issue.
...
Fixed some compiler warnings.
Fixed assigning no controller.
2021-08-17 21:59:21 -04:00
Extrems
a6a27c8b75
2015-02-04 04:12:48 -05:00
Extrems
3cde57f6c3
2015-02-04 02:42:06 -05:00
Extrems
b4702846a2
2015-02-04 02:32:38 -05:00
tehpola
bee23ca663
Updating my copyright dates.
2010-05-27 22:48:53 +00:00
tehpola
d8a4e44257
Merging previous revision (PowerPC_func_nodes in meta_cache) from /tehpola into /googlecode.
2010-05-26 14:06:31 +00:00
emukidid
c443291153
Improved DVD read speed, reduced GC Recomp-Cache, increased GC texture cache
2010-05-23 22:19:06 +00:00
emukidid
c785428d7d
- ARAM-blocks blocks array in ARAM for GC (use -DARAM_BLOCKCACHE)
...
- recompCache on GC bumped up to 8MB
- ROM cache now 11.75MB for GC
- L1 ROM cache for GC increased (but still disabled)
- Wii uses inline funcs which use blocks[] array, no difference
2010-04-27 22:15:02 +00:00
tehpola
3457c601a7
Created proper headers for my dynarec code
2009-11-12 13:15:49 +00:00
emukidid
6e2fcda71a
GC build added via Makefile.menu2_gc . GC build has no expansion pak, uses tlb cache and has 4MB recompcache with 2mb code_addr, it also lacks command passing via argv. (in short, it is, quite limited)
2009-11-05 21:29:38 +00:00
emukidid
32276dac73
Latest /r4300 from /tehpola ported to googlecode which no longer needs realloc :)
2009-10-22 12:13:26 +00:00
emukidid
0318cb2517
Ported latest /tehpola/r4300 core, but with blocks in MEM2. Default settings in the Makefile.GLN64_dev_wii are expansion pak enabled and 8MB recompCache.
2009-10-21 12:47:35 +00:00
emukidid
8fc57b0a6a
Porting over of tehpola's latest inlined count update stuff from tehpola to googlecode.
2009-10-19 21:23:23 +00:00
emukidid
00fea27052
blocks is now located in MEM2, yay 4MB more free space in MEM1. Removed libfat USB stuff cause it's only on the libOGC svn for now. Default RecompCache is now 6MB.
2009-10-19 13:21:57 +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
a2d729fa98
Ported better audio / latest dynarec fixes to googlecode private svn. Also updated makefiles.
2009-10-15 01:19:33 +00:00
tehpola
af7b8b93a2
Hopefully porting the entire dynarec to the public trunk code.
2009-10-13 12:21:43 +00:00
tehpola
9fe6cf1d6c
RecompCache update, shouldn't affect anything.
2008-05-23 02:37:05 +00:00
tehpola
d2dbc73ba5
Fixed Recomp-Cache, now you can actually load multiple games with Interpreter.
2008-05-08 07:10:53 +00:00
tehpola
c52f8319e9
Interpreter support via RecompCache. WARNING: Some of this code may affect Pure Interpreter although it did not seem to break anything when I tested it. Currently, I have not been able to successfully load a new game after playing one in interpreter mode: I believe there are still some issues with cpu_init and cpu_deinit that I need to work out, but you can resume play after exiting to the menu. USAGE: Add r4300/RecompCache.o to OBJ and -DUSE_RECOMP_CACHE to CFLAGS in your makefile; select Interpreter before you load a ROM.
2008-05-05 15:12:40 +00:00