Commit Graph

2665 Commits

Author SHA1 Message Date
zeromus 12067f8256 get rid of the old false positive virus infected subwcrev.exe 2010-11-04 02:51:29 +00:00
gocha cee0d87320 0.9.4+ branch: revert changes in r2881, that was unreliable. 2009-10-15 12:51:29 +00:00
gocha 4700ec845d fix a minor mistake 2009-10-15 06:11:43 +00:00
gocha ed046c0d5d 0.9.4+ branch: register LuaBitOp lib; add memory.register[write|read|exec] and memory.[get|set]register; win32: main window now accepts dropped *.lua and *.wch files. 2009-10-15 06:10:40 +00:00
gocha 02fc2b2a66 0.9.4+ branch: port r2678 (gpu: fix a bug in affine start register regeneration which may have made some games (pokemon dash?) fail to make it back from a savestate with scroll variables intact). It fixes some graphic issues, but it seems to cause a new issue too. 2009-09-16 05:01:30 +00:00
gocha 3c88eeb84f 0.9.4+ branch: r2871 (Replaced Lua bit operations with LuaBitOp 1.0.1. Now it can handle the sign bit (bit 31) correctly) 2009-09-13 15:59:02 +00:00
gocha 6b77e1abef 0.9.4+ branch: icc: add /Qopenmp-link:static for static linking 2009-09-09 22:57:34 +00:00
gocha 3fad3c5fdf 0.9.4+ branch: add x64 libs, remove nonexist files from VS2008, attempt for icc fix (at present, internal error 0_1504 occurs at line 810 of rasterize.cpp) 2009-09-09 11:59:09 +00:00
zeromus 27a1f1de34 add savefile hack menu option from 0.9.4 branch for upgrading savefile sizes when one has been careless and used the wrong savefile size 2009-09-09 01:38:03 +00:00
gocha c2bd05797c 0.9.4+: fix {S} instructions as well 2009-09-09 00:29:29 +00:00
gocha e7b3719612 0.9.4+: add DesEnableMenuItem line for IDC_ARMFASTFETCHEXECUTE 2009-09-08 23:56:30 +00:00
gocha 276735a606 0.9.4+: separated two lag reduction options and changed the category name in INI
0.9.4+: disabled frameskip during avi recording
2009-09-08 23:35:35 +00:00
gocha a7ac71efee 0.9.4+ branch: add Lag Reduction to the menu 2009-09-08 10:22:10 +00:00
gocha 973bbe530e 0.9.4+: port r2844 from trunk 2009-09-08 04:29:22 +00:00
gocha e2643b4e69 a little improvement in input display 2009-09-06 01:37:53 +00:00
gocha 31d5f080dc add hidden LagReduction option 2009-09-06 00:16:20 +00:00
gocha 948f7154fc Fix for Lua drawing. It might not a proper way. Anyway I commit the change. 2009-08-22 13:37:52 +00:00
gocha b3dc31baac win32: fix SubWCRev.bat 2009-08-18 06:23:20 +00:00
gocha b24cd43af0 port r2768 from trunk "make 'samples' (in SPU.cpp) to be zero at reset (to prevent desyncs)" 2009-08-18 05:43:17 +00:00
gocha 15d39afe5f add x64 dxlibs, del hidden .suo 2009-08-16 04:54:13 +00:00
gocha d566ea3fc7 r2572 <- r2574,r2578-r2579,r2581,r2592-r2595,r2601,r2603-r2604,r2619,r2624-r2625,r2628-r2631,r2633,r2635-r2639,r2641-r2643,r2646-r2647,r2651-r2652,r2665-r2666(r2668),r2674,r2676,r2679(-single_core things),r2681(GPU_osd.cpp only),r2685,r2692,r2703,r2711-r2712,r2725-r2726,r2730,r2745,r2756-r2759, some other sugars and salts a little (Win VS2008) 2009-08-16 04:50:47 +00:00
zeromus eb2b400ea8 win32: correctly bind graphical input display checkstate to menu 2009-08-16 02:58:35 +00:00
gocha 27ad47f155 some grammatical fixes on MainWindow->checkMenu use 2009-08-16 01:39:37 +00:00
p989 1e67b897d4 win32: graphical input display 2009-08-13 03:35:47 +00:00
mtabachenko c170681139 gxFIFO:
- fix gxFIFO write context & add projection stack reset;
wifi:
- disable log;
2009-08-12 07:57:28 +00:00
zeromus 621ebaad0d x64 dx libs 2009-08-12 04:15:09 +00:00
zeromus 81f18cab30 fix bilinear filter after change to 32bpp 2009-08-10 03:42:53 +00:00
zeromus d5b938452c win32: fix osd compositing pipeline for singlecore 2009-08-10 03:29:43 +00:00
zeromus a39c62b129 fix new savestate bug, wifi warning, and scanlines 2x filter 2009-08-10 03:01:49 +00:00
p989 88f0549e85 win32: start converting filters to 32bit 2009-08-10 02:30:32 +00:00
nitsuja c4be07bc87 disp3dcnt fix (fixes missing zx advent sprites, and I don't know what else) (possibly incomplete though),
32-bit poly+vert-count read fix,
disassembler stack corruption fix,
savestate fix with wifi sequencer,
made wifi random not use rand() since that could potentially cause desyncs,
did some probably-minor savestate optimizations
2009-08-09 22:31:59 +00:00
yabause 5e3cb11c83 Fixed MAX_PATH definition for POSIX systems without any
limit on filename length (where PATH_MAX is not defined).
2009-08-09 21:07:34 +00:00
luigi__ e007f422f4 Wifi: implement a communication interface structure, change SoftAP to use this
structure, add a (dummy for now) adhoc interface. Also SoftAP is disabled for
now as I'm going to focus on adhoc (multiplayer games, download play, etc...).
2009-08-08 20:58:17 +00:00
luigi__ 7532a5d66e Wifi: add proper resetting & deiniting, remove the useless 'wifimac_t *wifi'
parameter from all functions.
2009-08-08 14:46:49 +00:00
luigi__ c2291bfee6 Wifi: modify wifi settings dialog, add two modes: Ad-hoc and infrastructure.
Disable Infrastructure as it's just SoftAP, it doesn't work yet and I'm
going to focus on Ad-hoc mode for the moment.
2009-08-08 13:18:35 +00:00
riccardom aa32f62368 Remove unused variables, ifdef what looks debug code. 2009-08-08 10:50:38 +00:00
riccardom c0ebfc43f0 Remove a few unused variables. 2009-08-08 10:49:08 +00:00
mtabachenko 07806eb836 core:
- fix matrix stack (this is a hack, need rework. Tony Hawk's American Sk8land work now);
- i some fixed boxtest, its need for Garfield & Nanostrays (BIG speedup) need to rework.
2009-08-06 22:54:32 +00:00
luigi__ 90d57bf8ce CPU (THUMB): LSR instruction now deals correctly with carryflag.
For instance this fixes bugs with CpuSet SWI when "Emulate SWIs by BIOS"
is enabled.
2009-08-06 22:20:18 +00:00
mtabachenko 525541d037 new gxFIFO:
- fix bug in FIFO buffer;
2009-08-05 20:30:52 +00:00
zeromus 128305c5fd win32: fix typo in sound config dialog 2009-08-04 22:33:29 +00:00
riccardom 339eb9973c Remove usage of uint which is not available on MSC, thanks CrazyMax for noticing. 2009-08-04 21:00:23 +00:00
riccardom 4029f105d8 On gcc the packed attribute is supposed to not work when you use
a typedef in the struct definition. Then packing the whole struct
and each member is redundant. So cleanup __PACKED usage and
hopefully both shut up gcc warnings and keeps things working :).
2009-08-04 20:49:19 +00:00
riccardom 7324afeafd Move rewindsave and dorewind declaration to a proper header instead of using extern. 2009-08-04 20:32:13 +00:00
riccardom e3c0aadb86 Fix gcc warning about enum not handled in switch. 2009-08-04 20:24:56 +00:00
riccardom 04e66de722 Reorder variable initialization to shut up gcc warnings. 2009-08-04 20:20:39 +00:00
riccardom 3043d4045e Fix a few signed vs unsigned comparison warnings. 2009-08-04 19:47:03 +00:00
riccardom 0069c02e73 Put that big pile of double commented code inside an if 0. 2009-08-04 18:46:39 +00:00
riccardom d0ed6ae79c Kill the extern since this would be the default. 2009-08-04 18:41:09 +00:00
riccardom 8e75d3521a Make a function static, add a missing prototype for another one and remove an unused variable. 2009-08-04 18:35:50 +00:00