Commit Graph

3369 Commits

Author SHA1 Message Date
zeromus 442fc0d938 fix default movie RTC value to be midnight instead of noon, as was intended, and fix win32 record dialog to set min/max correctly (how was this ever working for anyone?) 2010-04-21 04:30:13 +00:00
zeromus 32253d8a01 gtk: fix crash recording dsm 2010-04-20 02:33:35 +00:00
zeromus 7eb6b1694e merge 3539 to release branch 2010-04-18 23:12:05 +00:00
gocha a8b68ad833 Force update tool windows just after loading a savestate 2010-04-16 23:39:09 +00:00
dottorleo 4b27cf9372 Merge lastest resources.rc translation from trunk to 0.9.6 branch. 2010-04-14 14:11:42 +00:00
zeromus 7b6f2fb89f and merge that to release branch 2010-04-14 04:01:28 +00:00
zeromus 30f46e4cfb merge that new stuff into release branch. and, as usual, unnecessarily touch 1000 files. 2010-04-14 03:47:38 +00:00
dottorleo 1f4327b167 Fixed some italian strings that weren't translated. 2010-04-13 00:08:51 +00:00
dottorleo 45ef4ff8de Updated chinese resources.rc (thanks to pokefan999). It should be merged correctly but feel free to revert it if breaks something. 2010-04-12 23:15:24 +00:00
dottorleo a1407b201f Updated italian resources.rc 2010-04-12 22:22:00 +00:00
gocha e5b0123dc7 Changed the translation of "Especially helpful if running at 99% ARM9" 2010-04-12 13:15:11 +00:00
gocha abb9a51065 More Japanese translations. Corrections/Improvements are welcome. 2010-04-12 13:08:25 +00:00
gocha 726a41eb31 More Japanese translation (it's still in progress though) 2010-04-11 22:47:47 +00:00
gocha 1ba405c98a Add/Update some items from English resource to Japanese resource. Add RTC setting of the movie recording dialog to every non-English dialogs. 2010-04-11 05:53:20 +00:00
zeromus e7fdce57f8 merge 3498,3499,3509,3511 from trunk 2010-04-11 04:19:29 +00:00
zeromus 16944314fe make 0.9.6 release branch from r3493 as planned. 2010-04-11 03:56:55 +00:00
zeromus 1b8973649f fix spu loadstate crashes 2010-04-09 20:34:03 +00:00
mtabachenko a477807219 core:
- fix LDR definitions in table of instructions;
2010-04-09 16:58:33 +00:00
zeromus 264dc80808 win32: add feature: dump all memory (new button in memory viewer; inspect debug.cpp for a map of the file) 2010-04-08 20:33:12 +00:00
mtabachenko 2f01b6c2a0 - again ADC/SBC :( 2010-04-07 21:11:24 +00:00
yabause c627c6b8ad Added missing agg flags. 2010-04-07 20:57:51 +00:00
luigi__ 3bd57c4c95 Add more TODO, and nuke the useless OP_LDR_M_IMM_OFF_POSTIND2. 2010-04-07 16:54:12 +00:00
riccardom f0ca368148 Switch hud related switches to proper widget too. 2010-04-07 16:53:54 +00:00
luigi__ 26643f18eb ARM: Add more missing opcodes to the table (it should be fine now).
Also, more clean formatting, each line has got its index shown in binary to help looking for one particular opcode...
2010-04-07 16:36:09 +00:00
riccardom 634c2f31d4 Correct menu layers widgets to be checked check item. 2010-04-07 16:27:30 +00:00
riccardom d0f2fdc2e8 Update wx frontend per GPU changes. 2010-04-07 16:18:06 +00:00
riccardom 0fffdaca01 Move cli frontend event processing to process_ctrls_event
Unify the switch Instead of evaluating sdl events both
in ctrlsdl and cli frontend.

With this change now ctrlsdl gets in touch with both
GPU_osd and fake mic code.
2010-04-07 12:51:47 +00:00
mtabachenko e2dfe00574 - fix CPSR flags in ADC/SBC :P 2010-04-06 21:28:14 +00:00
zeromus 01ef774e13 win32: make layer toggling not so glitchy when switching roms or loading states, and fix a spu related crash when opening a new rom 2010-04-06 21:10:11 +00:00
zeromus 7909a3f8c2 spu: fix crash in loadstate with sound enabled 2010-04-06 18:41:19 +00:00
mtabachenko 833f4fcdb9 THUMB:
- fix Carry & Negative flags in ADC, SBC opcodes;
2010-04-06 17:24:31 +00:00
normmatt234 d2d18907c3 fix a couple of thumb opcode regressions.
allow ds, ds/dsi hybrid and dsi only nds files to be opened.
2010-04-06 16:20:48 +00:00
mtabachenko 3eb9de4614 core:
- fix CP15 register 1 (control register);
- fix CP15 register 2 (TCM size);
- remove CP15 from ARM7;
- fix some CPU bugs in THUMB mode (added comments from official reference);
- added loops for HLE BIOS exceptions;
2010-04-06 15:44:03 +00:00
zeromus 47bb26f093 and lo, the lies were abated and the untruth receded from the land 2010-04-05 22:47:46 +00:00
riccardom 6b88ebf513 Move initialization stuff not strictly related with the
wx frontend in DesmumeFrame::NDSInitialize(). While at
it add dummy firmware.
2010-04-05 17:03:06 +00:00
riccardom 867ac232e9 No need to include wx/isql.h (!) for a typedef. Brown
paper bag for me.
2010-04-05 16:33:24 +00:00
riccardom 914d91da2c Cleanup the code a bit wrt, unused functions and functions
that can be declared static.
2010-04-05 16:11:29 +00:00
riccardom 320fa688f1 Make our stub code for not shipping lua a bit less lame. 2010-04-05 15:16:37 +00:00
riccardom 76d9a939ed Reorder initialization order of some classes to shut up
gcc warnings about having them in a different order
where defined.
2010-04-05 15:03:51 +00:00
riccardom ba023fa075 Remember to destroy the 3d dialog
If we don't call Destroy() on close event callback i'm not
able to quit fully from wx frontend if i've previously
launched the 3d viewer.
2010-04-05 14:40:08 +00:00
riccardom 168c08ae11 Remove wx integration demo from gtk frontend
It works but since we have the 3d viewer available in the
wx frontend it does little sense to keep this here.
2010-04-05 14:30:46 +00:00
riccardom b12c226333 Does this FASTCALL definition helps? how much? in the mean
time just don't enable it for clang since it breaks
arm_instruction.cpp compilation with that. clang finally
compiles desmume \o/
2010-04-05 13:07:30 +00:00
riccardom e324dc1e9a Add missing cast. 2010-04-05 13:00:51 +00:00
zeromus c4c8592f7f spu: fix regression in some sound capture cases and support reverb better 2010-04-05 06:24:12 +00:00
zeromus 3882ebb4e7 dont checkin debug code 2010-04-04 09:23:53 +00:00
gocha 8db331c5ff Do not memcpy the destination itself 2010-04-04 09:12:55 +00:00
zeromus 99ccf835b8 add soundview toys 2010-04-04 09:06:29 +00:00
gocha ee7244e382 Give movies firmware settings as well as bios settings. (For now, it's write only!) 2010-04-04 08:43:32 +00:00
zeromus 61e06aea02 oops typo 2010-04-04 08:25:42 +00:00
zeromus 796364c337 tweak boot from card flag 2010-04-04 07:28:00 +00:00