zilmar
649cc48598
[Project64] Add #include <stdlib.h> for strtoul
2016-02-01 17:02:14 +11:00
zilmar
ee51201eae
[Glide64] Get ext_ghq_init to have texture dir is char *
2016-02-01 17:01:11 +11:00
zilmar
71710be0b8
[Project64] Add some logging to AppInit
2016-02-01 16:57:59 +11:00
luigiblood
6469b523b4
[64DD] Add brackets for if g_DDRom == NULL
2016-02-01 01:38:27 +01:00
luigiblood
f63b746c73
[64DD] Load 64DD IPL on g_DDRom seperately
...
Fixes double g_Rom delete which makes Windows not happy.
2016-02-01 01:31:14 +01:00
luigiblood
d2d611c137
[64DD] Only Head 0 Track 6 is supposed to fail.
2016-01-30 22:23:27 +01:00
Emmet Young
74d3825870
Basic implementation of the RTC for the Transferpak.
...
Unable to properly test this due to Project64 not being able to emulate the co-processor - http://www.emutalk.net/threads/54598-Pok%C3%A9mon-Stadium-%28Pocket-Monster-Stadium%29-requires-RSP-emulation @project64 @LuigiBlood @LegendOfDragoon
2016-01-31 01:52:26 +11:00
Emmet Young
ff5fcf6d33
Basic implementation of the Transferpak, is now partially working.
...
Have to re-implement the RTC and ensure the mbc emulation of all current carts is accurate.
Settings implementation needs to be done as well.
This code is based on work from NRAGE and Bobby Smiles work on Mupen64plus's implementation.
2016-01-29 22:17:59 +11:00
zilmar
5cad324699
Merge pull request #958 from LuigiBlood/64dd_2
...
64DD IPL ROM Recompiler support
2016-01-29 10:06:21 +11:00
luigiblood
03bd97c46b
[Recompiler] Fix COP0_MT() Cause case
...
Results in 64DD IPL ROM fully working in Recompiler.
Thanks zilmar!
2016-01-28 23:59:53 +01:00
zilmar
5f0a77f897
Merge pull request #957 from cxd4/BOOL-does-not-name-a-type
...
[Settings] InitializeSettings() can return bool.
2016-01-29 08:02:44 +11:00
a591fefccb
[Settings] InitializeSettings() can return bool.
2016-01-28 15:21:23 -05:00
d267a1b895
Include stdarg.h for va_start and va_end.
2016-01-28 15:07:00 -05:00
b759a60417
Include string.h where needed.
2016-01-28 15:00:13 -05:00
fa90c2a472
s/config.h/Config.h
2016-01-28 14:37:37 -05:00
zilmar
6b50bc4ff4
Merge pull request #950 from death-droid/PifRAMCleanupChanges
...
Prepare the emulator for easier implementation of the transferpak, pa…
2016-01-29 05:13:06 +11:00
zilmar
4203cbd2ef
[Common] Make sure we always have a path in CPath::SetComponents
2016-01-29 04:34:50 +11:00
Emmet Young
c6fa59ac3a
Made a slight mistake when porting over from my old branch.
...
Mempak and Rumblepak will work fine again.
2016-01-28 22:51:48 +11:00
Emmet Young
e879431606
Prepare the emulator for easier implementation of the transferpak, pass Command[5] directly into the Pak functions, and also generate the address beforehand.
2016-01-28 21:58:14 +11:00
zilmar
3a1fc904c6
[Project64] Code cleanup and added some more log messages
2016-01-28 20:40:08 +11:00
zilmar
a6bfe74a28
[Project64] Be able to pass base dir to app init
2016-01-28 20:37:44 +11:00
zilmar
8df90936f8
Merge pull request #944 from LuigiBlood/64dd_2
...
Fix Disk.cpp time/date code & F-Zero X (J) RDB update
2016-01-28 17:51:00 +11:00
Emmet Young
643a684c77
Change up the way Mempaks are meant to work, use the standard file functions. Mempaks are now loaded in when the game launches, and file handles are only opened durring read and writes
2016-01-28 14:02:05 +11:00
luigiblood
5505db5201
Fix Disk.cpp time/date code
2016-01-27 22:41:31 +01:00
zilmar
72e6928ea8
[Project64] Remove duplicate Rdb_FixedAudio
2016-01-27 20:54:22 +11:00
zilmar
8bf0902d33
[Projct64] Use real value for _RC_NEAR, _RC_CHOP, etc
2016-01-27 20:53:08 +11:00
zilmar
2d435936ec
[Project64] Change DWORD to uint32_t in CRecompilerOps::SPECIAL_DADDU
2016-01-27 20:51:16 +11:00
zilmar
3e888b9b74
{Project64] Clean up some code in N64Class.cpp
2016-01-27 20:50:25 +11:00
zilmar
434e8807ac
[Projecy64] Cleanup usage of __FUNCTION__ in FlashRam.cpp
2016-01-27 20:49:26 +11:00
zilmar
94a7f2f8b5
[Project64] Remove windows.h from Eeprom.cpp
2016-01-27 20:39:46 +11:00
zilmar
26cb3c98c3
[Project64] More line endings ?
2016-01-27 20:39:06 +11:00
zilmar
a228a9d1f9
line ends ?
2016-01-27 20:11:59 +11:00
zilmar
2b2283d876
[Project64] Add N64DiskClass.cpp to vs 2008 project
2016-01-27 20:09:54 +11:00
zilmar
ba7bf929a2
Merge pull request #866 from Jeremy517/master
...
Allow for pushing two C Buttons at once when using an analog stick
2016-01-27 19:10:19 +11:00
zilmar
7032ab5d33
Merge pull request #941 from AmbientMalice/new_SM64_wobble_fix
...
Super Mario 64 wobble fix
2016-01-27 19:08:55 +11:00
zilmar
a86ba8db2d
Merge pull request #937 from LuigiBlood/64dd_2
...
64DD support
2016-01-27 19:07:19 +11:00
AmbientMalice
5b82ca80da
Fix Mario 64 texture wobble (ported from libretro)
...
Thanks to anon on /emugen/ for pointing this out. Original fix here bc23392568
2016-01-27 15:26:28 +10:00
luigiblood
4bf95e61f1
Open ROM/Drag&Drop Error fixed, delete g_DDRom if normal N64 ROM play
2016-01-26 16:43:44 +01:00
luigiblood
7c468bd624
Drag & Drop 64DD Disk support
2016-01-26 15:55:30 +01:00
luigiblood
226c29d5c7
Disk Conversion support, AppCleanup() update
...
There's still a problem with Open ROM but other than that it's fully functional.
2016-01-26 15:31:24 +01:00
luigiblood
96a6862c80
Use Open ROM to open Disk instead
...
It's a much better idea anyway.
2016-01-26 03:04:48 +01:00
cxd4
5952632d76
[Glide64] restored the explicit "Error" box titles
2016-01-25 17:13:27 -05:00
luigiblood
f0b81bbfc0
Added "Open Disk" to File menu.
2016-01-25 22:39:26 +01:00
cxd4
a10200cbce
[Glide64] NULL MessageBox title instead of "Error"
...
According to MSDN, a MessageBox whose title param is a null pointer defaults to the text "Error".
So instead of allocating extra bytes to pass a pointer to the string `"Error"`, why not pass NULL?
Actually the real reason why I made this PR was me having OCD against a cosmetic spacing inconsistency introduced in this commit: aefe8e603c
. So if you prefer "Error" over NULL I'll just undo that part of this PR and keep the line break change in instead. :P
2016-01-25 15:31:04 -05:00
luigiblood
39a1c9f407
Added "Play Game with Disk" option
2016-01-25 20:58:57 +01:00
luigiblood
82779033d3
Disk Write fixed, Recompiler support tentative
...
Unfortunately there's an opcode that Recompiler doesn't recognize.
However once it's implemented, there's no reason it shouldn't work.
For Disk Writing, so far it works, it seems to not have any trouble so far.
2016-01-25 15:47:12 +01:00
zilmar
989c7294cc
[Glide64] Cleanup texture code
2016-01-25 22:26:42 +11:00
zilmar
308010e16c
[Glide64] Remove some wx headers
2016-01-25 22:20:55 +11:00
zilmar
166e5cdace
[Glide64] convert wxInt16 to int16_t
2016-01-25 22:17:03 +11:00
zilmar
4fc4f921e9
[Glide64] Cleanup ucode .h files
2016-01-25 22:14:01 +11:00
zilmar
b8cbfa30c4
[Glide64] change wxUIntPtr to uintptr_t
2016-01-25 22:13:35 +11:00
zilmar
5c9962684f
[Glide64] Clean up some code related to screen capture
2016-01-25 22:00:45 +11:00
zilmar
76a3db6568
[Glide64] fix up rom name being sscii
2016-01-25 21:34:16 +11:00
zilmar
0f185260f4
[Glide64] Rename wxChar to char
2016-01-25 21:27:59 +11:00
zilmar
38205b5ee8
[Glide64] Cleanup rdp.h
2016-01-25 21:25:32 +11:00
zilmar
5a68a1f721
[Glide64] Convert wxUIntPtr to uintptr_t
2016-01-25 21:23:28 +11:00
zilmar
5959a9a0a0
[Glide64] Convert wxInt32 to int32_t
2016-01-25 21:15:26 +11:00
zilmar
aefe8e603c
[Glide64] remove wx/confbase.h from rdp.cpp
2016-01-25 21:12:11 +11:00
zilmar
5fa34066c2
[Glide64] Add stdlib.h to Gfx_1.3.h
2016-01-25 21:07:57 +11:00
zilmar
09da116723
[Glide64] Rename max and min to be maxval and minval
2016-01-25 20:58:29 +11:00
zilmar
834210eaf9
[Glide64] Remove usage of _()
2016-01-25 20:49:28 +11:00
zilmar
be46977de9
[Glide64] Add critical section in to dlist/config
2016-01-25 20:33:04 +11:00
zilmar
76196d4d70
[Project64] Remove SoftLocker
2016-01-25 18:20:46 +11:00
zilmar
0473d5126b
Glide64] Remove usage of wxT
2016-01-25 18:15:46 +11:00
zilmar
9b6f159d75
[Glide64] Remove GFXWindow
2016-01-25 18:00:01 +11:00
zilmar
ffc6c41201
[wx] Hack wxRGBToColour to hide VS size check
2016-01-25 17:58:33 +11:00
zilmar
f0f8f76cfc
[Glide64] Add extern "C" to export
2016-01-25 17:36:56 +11:00
zilmar
a45d503e99
[Glide64] Convert wxUint8 to uint8_t
2016-01-25 05:45:15 +11:00
zilmar
bcba810c66
[Glide64] Convert wxUint16 to uint16_t
2016-01-25 05:41:08 +11:00
zilmar
0d0923eab8
[Glide64] Make config _WIN32 only
2016-01-25 05:38:52 +11:00
luigiblood
b31d18d8c4
Working Read (Interpreter only)
...
Write is slightly buggy for some reason.
Conflicts:
Source/Project64-core/N64System/Mips/Disk.cpp
Source/Project64-core/N64System/Mips/Dma.cpp
Source/Project64-core/N64System/Mips/MemoryVirtualMem.cpp
2016-01-23 22:58:45 +01:00
LegendOfDragoon
392d63a0de
Fix regression in CRecompilerOps::SPECIAL_DADDU()
...
It should only add carry if GetMipsRegLo(source2) != 0
2016-01-23 02:18:08 -08:00
luigiblood
305f4cfb16
Fixed code and credited Happy_
...
Good timing needed to fully work. (Not figured out)
2016-01-22 03:17:25 +01:00
Nekokabu
a09eaca83c
Update UIResources.rc
...
Enable Use System Font
2016-01-22 00:39:26 +09:00
zilmar
54d203e90d
[Project64] Add disk.cpp to vs2008 project
2016-01-21 06:14:16 +11:00
zilmar
80cd85b9a9
[Glide64] Remove wxString usage from Glide64/rdp.cpp
2016-01-21 06:09:35 +11:00
zilmar
7a0c017571
[Glide64] Remove mutexProcessDList
2016-01-21 05:55:46 +11:00
zilmar
08c518d38c
[Glide64] Convert wxUint32 to uint32_t
2016-01-21 05:33:48 +11:00
zilmar
0b41fa2e17
[Glide64] Revert some of the indentation in Glide64/Combine.cpp
2016-01-21 05:32:32 +11:00
zilmar
4c203ab042
[Glide64] Remove drawNoFullscreenMessage
2016-01-21 05:27:05 +11:00
zilmar
919a1f9c20
[Glide64] Revert some of the checks in TexCache.cpp
2016-01-21 05:22:45 +11:00
zilmar
9c0a897e57
[Glide64] Fix some of the run time checks
2016-01-21 04:39:18 +11:00
zilmar
2b9cdb12c3
[Glide64] rename fullscreen to GfxInitDone
2016-01-21 04:12:15 +11:00
luigiblood
0501eb70da
64DD Sector Read working
2016-01-20 17:43:23 +01:00
luigiblood
002cb7f5ce
64DD support tentative
2016-01-20 14:31:29 +01:00
zilmar
5a4ea8ad1f
[Glide64] Code cleanup of ucode06.h
2016-01-20 21:01:42 +11:00
zilmar
6bf2738632
[Glide64] Code Cleanup of Glide64/rdp.cpp
2016-01-20 21:00:58 +11:00
zilmar
ce870d82e5
[Glide64] Code Cleanup of TexCache.cpp
2016-01-20 21:00:15 +11:00
zilmar
a2747bb9d1
[Glide64] Code cleanup of Glide64/Util.cpp
2016-01-20 20:59:35 +11:00
zilmar
26122a337d
[Glide64[ Code clean up of TexBuffer.cpp
2016-01-20 20:43:44 +11:00
zilmar
8b220f06bc
[Project64] Code cleanup of Glide64/Combine.cpp
2016-01-20 20:14:28 +11:00
zilmar
6f71a37da5
[Glide64] Add Gfx_1.3.h to the project
2016-01-20 19:40:01 +11:00
zilmar
5fffda4115
[Glide64] Cleanup Config.cpp
2016-01-20 19:39:07 +11:00
zilmar
6d74a71bd1
[Glide64] Cleanup Gfx_1.3.h
2016-01-20 19:37:38 +11:00
zilmar
28f0dd7388
[Glide64] Auto code cleanup Glide64/Main.cpp
2016-01-20 17:29:27 +11:00
zilmar
3a980f18d6
[Project64] rename wxUint16 to uint16_t
2016-01-20 17:26:07 +11:00
zilmar
d1bcbde69a
[Project64] Rename wxUint8 to uint8_t
2016-01-20 17:17:45 +11:00
zilmar
dae0c8827c
[Project64] Convert wxUint32 to uint32_t
2016-01-20 17:14:48 +11:00
zilmar
3406831a49
[Project64] Make sure Common is in uppercase
2016-01-20 17:09:05 +11:00
zilmar
6e972c4660
[Glitch64] switch "../Settings/Settings.h" to <Settings/Settings.h>
2016-01-20 17:07:06 +11:00
luigiblood
25f56e6887
Added CN64Disk class with basic functions
2016-01-20 01:14:18 +01:00
zilmar
6fbfc144b5
Merge pull request #911 from LuigiBlood/64dd
...
64DD RTC support, Enable Disk setting
2016-01-20 09:20:34 +11:00
luigiblood
530ef48eb2
64DD RTC support, Enable Disk setting
2016-01-19 19:53:18 +01:00
zilmar
530245e938
Merge pull request #901 from LuigiBlood/64dd
...
Retail 64DD IPL ROM support (boots)
2016-01-19 08:22:32 +11:00
LegendOfDragoon
53baf6d792
Fix issue with SPECIAL_DADDU
2016-01-18 12:22:58 -08:00
luigiblood
4fb6c2219d
Retail 64DD IPL ROM support (boots)
2016-01-18 20:15:01 +01:00
zilmar
691f09159b
[Project64] remove Speed limiter code from non windows
2016-01-18 22:32:50 +11:00
zilmar
1dd05282d8
[Project64] Misc code clean up
2016-01-18 22:31:36 +11:00
zilmar
5dca0c80a5
[Project64] Use memory management code for RecompilerMemory.cpp
2016-01-18 22:30:01 +11:00
zilmar
b8c00dd5fe
[Project64] Remove #include <Objbase.h> from RecompilerClass.cpp
2016-01-18 22:28:38 +11:00
zilmar
0f57b5d42e
[Project64] Clean up some code related to Settings Type files
2016-01-18 22:27:25 +11:00
zilmar
821922f133
[Project64] Clean up code related to plugins
2016-01-18 22:26:15 +11:00
zilmar
df04d377e0
[Project64] Clean up ProfilingClass.cpp
2016-01-18 22:25:10 +11:00
zilmar
b173fbb642
[Project64] Remove windows.h from CodeSection.cpp
2016-01-18 22:04:49 +11:00
zilmar
9bdea7da40
[Project64] Remove Protect Memory duplicate code
2016-01-18 22:02:50 +11:00
zilmar
9b2a398181
[Project64] get SystemTiming.cpp to use standard types
2016-01-18 22:00:16 +11:00
zilmar
0175adc49f
[Project64] Get Sram to use standard types
2016-01-18 21:02:01 +11:00
zilmar
ae734ed71c
[Project64] Get Rumblepak.cpp to use standard types
2016-01-18 19:55:34 +11:00
zilmar
790de2eace
[Project64] get PifRam.cpp to use standard types
2016-01-18 19:54:39 +11:00
zilmar
b17ce831f2
[Project64] Cleaned up some warning in MemoryVirtualMem.cpp
2016-01-18 19:52:14 +11:00
zilmar
e5fe71278a
[Project64] Remove usage of windows.h from FramePerSecondClass on non windows
2016-01-18 19:51:12 +11:00
zilmar
a44626855f
[Common] fixed spacing in StdString.cpp
2016-01-18 19:48:52 +11:00
zilmar
957a29fac1
[Project64] Remove MemoryLabelsClass.cpp
2016-01-18 19:47:47 +11:00
zilmar
d37ea006f1
[Common] Add TraceModulesCommon.h to Common.vcproj
2016-01-18 19:47:05 +11:00
zilmar
e8468687ac
[Project64] remove windows.h from plugin handling
2016-01-18 05:48:19 +11:00
zilmar
92e617d284
Merge branch 'master' of https://github.com/project64/project64
2016-01-18 05:46:10 +11:00
zilmar
e212bee0a4
[Project64] Fix rounding code to compile on VS 2008
2016-01-18 05:44:19 +11:00
AmbientMalice
cf80a16ac8
Disable texture filtering hotkey.
...
IMO, it causes too much trouble from accidental presses.
2016-01-17 22:32:53 +10:00
zilmar
0f4ddee3eb
[Poject64] Add Load32CartridgeDomain1Address1 and Load32CartridgeDomain1Address3
2016-01-17 17:38:29 +11:00
zilmar
f87c2051b5
[Project64] Get the rounding code to use fesetround
2016-01-17 17:34:05 +11:00
zilmar
3791525d74
[Project64] fix showing of rom name on extracting 7zip file
2016-01-17 17:08:39 +11:00
zilmar
eaf2e28910
[Project64] Use cpath to get the filename in rom browser
2016-01-17 17:02:46 +11:00
zilmar
4050e765e8
[Project64] Fix up some brackets in PluginList.cpp
2016-01-17 17:00:30 +11:00
zilmar
99e6df4612
[Common] Add fesetround to Platform.cpp
2016-01-17 16:58:47 +11:00
zilmar
554333711f
[Common] Clean up Platform.cpp
2016-01-17 16:57:08 +11:00
zilmar
cbd1f6760f
[Project64] Be able to correctly get old protection from ProtectMemory
2016-01-17 16:55:44 +11:00
zilmar
ec03eb642a
[Common] Cleanup MemoryManagement.cpp
2016-01-17 16:54:08 +11:00
zilmar
03b032c939
[3rd Party] Add buffer offlow check in 7zip
2016-01-17 16:44:01 +11:00
zilmar
8b8c9c8a1c
Merge pull request #881 from AmbientMalice/patch-16
...
Enable FAT and disable Audio Sync globally.
2016-01-15 18:50:04 +11:00
AmbientMalice
3335cfed8d
Change AiCountPerBytes to 0.
...
This makes Fixed Audio Timing Dynamically Calculated.
2016-01-15 12:18:59 +10:00
AmbientMalice
baf6b95946
Enable FAT and disable Audio Sync globally.
2016-01-15 12:11:01 +10:00
no
1b82fd0686
[core] std::memcpy() undeclared, so use memcpy().
2016-01-14 19:19:51 -05:00
zilmar
20f7384918
Merge pull request #878 from cxd4/undeclared-memset
...
[core] compile errors from not declaring standard <string.h> functions
2016-01-15 09:10:12 +11:00
zilmar
46f2afaecc
[Project64] N64RomClass.cpp Unprotect memory on freeing it
2016-01-15 08:11:12 +11:00
zilmar
05b2f1e5cf
[Project64] Remove windows.h from N64RomClass.cpp
2016-01-15 08:06:33 +11:00
no
bc1405b6af
... and from core/N64System/Mips/../../stdafx.h
2016-01-14 01:39:16 -05:00
no
5b62fdd101
... and from core/N64System/../stdafx.h
2016-01-14 01:34:38 -05:00
zilmar
013f104a46
Merge branch 'master' of https://github.com/project64/project64
2016-01-14 17:31:50 +11:00
no
4eecbf3139
moved string.h include to core/stdafx.h
2016-01-14 01:29:38 -05:00
zilmar
4a1f2552e6
[Project64] remove #include <shellapi.h> from Project64/stdafx.h
2016-01-14 17:29:25 +11:00
zilmar
c92922259a
Merge pull request #879 from cxd4/more-concat-fixes
...
[core] Fix more incompatible string concatenations in CPU messages.
2016-01-14 13:49:23 +11:00
no
7bf9a23e28
Try using stdstr_f instead to concatenate inside DisplayError().
2016-01-13 20:04:31 -05:00
zilmar
5fbee504f7
[Project64] Remove windows.h from Project64/stdafx.h
2016-01-14 08:42:27 +11:00
zilmar
8682d51035
[Project64] Remove some unneeded headers from Project64/N64System.h
2016-01-14 08:40:29 +11:00
zilmar
266b277a1d
[Project64] Remove windows.h from FunctionMapClass.cpp
2016-01-14 08:38:54 +11:00
zilmar
02b7db1007
Merge branch 'master' of https://github.com/project64/project64
2016-01-14 08:36:23 +11:00
zilmar
6b41bc3789
[Project64] Get OpcodeName.cpp to use standard types
2016-01-14 08:35:32 +11:00
zilmar
ad700c5704
[Project4] Clean up OpcodeName.cpp
2016-01-14 08:32:04 +11:00
zilmar
fbe8ca9719
[Project64] Clean up PifRam.h
2016-01-14 08:29:55 +11:00
no
87376ec7b1
unknown string concatenation in DisplayError
2016-01-13 15:42:01 -05:00
no
7994f21868
unknown string concatentation in CPU_Message and stdstr_f
2016-01-13 15:36:46 -05:00
zilmar
617b872c26
Merge pull request #877 from cxd4/have-stdio_h
...
error: `sprintf' was not declared in this scope.
2016-01-14 06:15:59 +11:00
zilmar
21c9e0b84a
Merge pull request #871 from cxd4/restored-includes
...
[Common] restored some needed header includes to md5.h
2016-01-14 06:15:33 +11:00
no
2ebf64503a
error: `memcpy' was not declared at this scope.
2016-01-13 10:21:58 -05:00
no
344299d319
error: `memset' was not declared at this scope.
2016-01-13 10:20:05 -05:00
no
ebf3922c51
`sprintf' was not declared at this scope.
2016-01-13 10:18:10 -05:00
no
ac7b0d9601
error: `strcpy' was not declared at this scope.
2016-01-13 10:17:03 -05:00
no
d71b7c55b0
error: `strcmp' was not declared at this scope.
2016-01-13 10:14:20 -05:00
no
be2a5dba46
error: `sprintf' was not declared in this scope.
2016-01-13 10:01:40 -05:00
zilmar
aea724b81a
[Project64] Add stdafx.h
2016-01-13 22:53:48 +11:00
zilmar
7c4ffd9a07
[Project64] Remove windows.h from MemoryVirtualMem.cpp
2016-01-13 22:52:21 +11:00
zilmar
c58f0ca470
[Project64] Get Dma.cpp to use memory management
2016-01-13 22:20:34 +11:00
zilmar
30841d5e31
[Project64] Get wGS to be windows only
2016-01-13 22:18:22 +11:00
zilmar
51cc15687d
[Project64] get headers to be full path
2016-01-13 22:15:30 +11:00
zilmar
01c1cf72c4
[Common] Add MemoryManagement.cpp
2016-01-13 20:39:23 +11:00
zilmar
58f3502bd5
[Project64] Sync InterpreterOps32.cpp
2016-01-13 20:35:08 +11:00
zilmar
6164b45b6e
[Project64] Sync InterpreterCPU.cpp and InterpreterOps.cpp
2016-01-13 20:33:17 +11:00
zilmar
cb2662afee
Merge pull request #872 from cxd4/need-time_h
...
[Common] Have required sys/time.h POSIX inc for new time code.
2016-01-13 20:04:39 +11:00
zilmar
4ce92df3f6
Merge pull request #873 from cxd4/have-objbase_h
...
[Common] some safety measures to guaranteeing __interface type
2016-01-13 20:04:19 +11:00
zilmar
38c6a66f0f
Merge pull request #874 from cxd4/have-strings_h
...
[Common] fixed undeclared strcasecmp()
2016-01-13 20:01:59 +11:00
zilmar
43f34c9aff
[Project64] Add Cmd_BaseDirectory
2016-01-13 18:23:22 +11:00
zilmar
be7943a35d
[Project64] Add linux friendly catch
2016-01-13 18:18:06 +11:00
no
c1ac20d35c
[Common] fixed undeclared strcasecmp()
2016-01-12 21:21:23 -05:00
no
cf30a08b43
[Common] Ensure that __interface is declared for _WIN32 also.
2016-01-12 20:28:45 -05:00
no
1d5829bea0
[Common] #define __interface for any !WIN32, not just MSC.
2016-01-12 20:25:36 -05:00
no
06734af2ec
[Common] Have required sys/time.h POSIX inc for new time code.
2016-01-12 20:05:57 -05:00
no
17d1f574d1
[Common] restored some needed header includes to md5.h
2016-01-12 20:03:00 -05:00
zilmar
1b2ca46906
[Project64] Fix release build in common
2016-01-13 06:48:07 +11:00
zilmar
0939d70ef3
[Project64] Remove usage of windows.h from md5.cpp
2016-01-13 06:12:31 +11:00
zilmar
b420078089
[Project64] Make the FileClass.cpp more linux friendly
2016-01-13 06:09:01 +11:00
zilmar
3d29a5de52
[Projet64] Make Trace.cpp more linux friendly
2016-01-13 06:02:18 +11:00
zilmar
8580a1d5ce
[Project64] moved stdwstr_f::stdwstr_f out of .h and in to .cpp
2016-01-13 06:01:13 +11:00
zilmar
d6b8fe523e
[Project64] Use alloca in log message
2016-01-13 05:51:53 +11:00
zilmar
226a65cc04
[Project64] Cleanup LogClass.h
2016-01-13 05:48:35 +11:00
zilmar
5c7f3c5e21
[Project64] Remove tchar out of IniFileClass.cpp
2016-01-13 05:46:50 +11:00
zilmar
ba77c128ac
[Project64] Cleanup IniFileClass.cpp
2016-01-13 05:38:10 +11:00
zilmar
0a45420b4b
[Project64] Remove tchar from path
2016-01-12 23:19:50 +11:00
zilmar
7b747cb5e0
[Project64] Cleanup path.cpp
2016-01-12 17:52:59 +11:00
zilmar
996098d929
[Project64] Remove WINDOWS_UI
2016-01-12 17:44:41 +11:00
Jeremy517
5b0ea4354b
Allow for pushing two C Buttons at once when using an analog stick
...
This value specifies how far an analog stick has to be pressed to count as a C Button pres when c Buttons are mapped to an analog stick. The old value did not allow for pressing two c buttons at once, because diagonals did not meet the value. This value specifies that an analog stick must be pressed roughly halfway to count as a C Button press, which allows you to push two C Buttons at once.
2016-01-07 23:49:48 -08:00
Jeremy517
a1788fa779
Allow for pushing two C Buttons at once when using an analog stick
...
This value specifies how far an analog stick has to be pressed to count as a C Button press when C Buttons are mapped to an analog stick. The old value did not allow for pressing two c buttons at once, because diagonals did not meet the value. This value specifies that an analog stick must be pressed halfway to count as a C Button press, which allows you to push two C Buttons at once.
2016-01-07 23:48:20 -08:00
zilmar
19135c41a7
Merge pull request #860 from cxd4/cdecl-lolwut
...
[core] Don't demand Win32-specific features like __cdecl.
2016-01-06 14:05:30 +11:00
no
bb0a5f9849
[core] Prefer a CALL macro to centralize the convention.
2016-01-05 21:54:42 -05:00
no
a038c21ea8
[core] Don't demand Win32-specific features like __cdecl.
2016-01-05 19:39:02 -05:00
no
f83c4bda68
[core] fixed strtoul() for more compile errors
2016-01-05 19:09:10 -05:00
zilmar
2b31784057
[Project64] Fix up compile issues with me removing windows.h
2016-01-05 21:32:18 +11:00
zilmar
96712e6042
[Project64] Clean up some of the includes
2016-01-05 16:58:31 +11:00
zilmar
860cc53e87
[Project64] fix zip includes
2016-01-05 07:59:16 +11:00
zilmar
50c4030c62
[Project64] remove CMipsMemory_CallBack
2016-01-05 07:46:56 +11:00
zilmar
ff8623ad2c
[Project64] Mempak uses standard types
2016-01-05 07:37:09 +11:00
zilmar
3ba0f072ce
[Project64] Flashram to use standard types
2016-01-05 07:34:16 +11:00
zilmar
1e30be0945
[Project64] Add Platform.cpp
2016-01-04 17:49:33 +11:00
zilmar
008dec1f59
[Project64] Fix Language Selection
2015-12-31 07:31:04 +11:00
Nekokabu
f4d6f577e1
Fix character corruption in rom info dialog
2015-12-26 17:11:13 +09:00
Nekokabu
f6ccd297d0
Update SettingsConfig.cpp
2015-12-26 14:23:42 +09:00
Nekokabu
53ddd7e78c
Fix dialog when enable RDB edit mode
2015-12-26 14:01:47 +09:00
zilmar
05602d1939
[Project64] Remove m_UseRegistry
2015-12-24 10:23:49 +11:00
zilmar
1d2572c2c2
[Project64] Better sort unknown good name properly
2015-12-24 10:02:28 +11:00
zilmar
230cc4612f
[Project64] Get RomInformationClass.cpp to use W win api versions
2015-12-24 08:32:39 +11:00
zilmar
515a9401cd
[Project64] Move RomInformationClass.cpp
2015-12-24 07:41:06 +11:00
zilmar
0211680a16
[Project64] Needed to update CodeSection.cpp
2015-12-24 07:38:50 +11:00
zilmar
73549ee72f
{Project64] Convert internal strings to be utf8 instead of utf16
2015-12-24 07:04:36 +11:00
zilmar
45166a5824
[Project64] Update Settings/SettingsPage-Game-Recompiler.cpp
2015-12-24 06:59:14 +11:00
zilmar
e1f9d4e8de
Project64] Cleanup Settings/SettingsPage-Game-General.cpp
2015-12-24 06:57:59 +11:00
zilmar
17fb11375e
[Project64] Cleanup Debugger-MemoryDump.cpp
2015-12-24 06:54:07 +11:00
zilmar
cf2d34fed3
[Project64] Cleanup ProfilingClass.cpp
2015-12-24 06:51:37 +11:00
zilmar
50df137466
[Project64] Cleanup RomInformationClass.cpp
2015-12-24 06:49:23 +11:00
zilmar
6ffd1663ca
[Project64] Clean up FramePerSecondClass.cpp
2015-12-24 06:41:11 +11:00
zilmar
58c125d337
[Project64] Cleanup Settings/SettingsPage-GameBrowser.cpp
2015-12-24 06:39:23 +11:00
zilmar
fd5941fa35
[Project64] Cleanup 3rdParty/7zip.cpp
2015-12-24 06:34:47 +11:00
zilmar
ec6ab39137
[Project64] Clean up Settings/SettingsPage-Directories.cpp
2015-12-24 06:29:57 +11:00
zilmar
9dd34caf87
[Project64] Cleanup CheatClassUI.cpp
2015-12-24 06:26:17 +11:00
zilmar
a7fbfd03cc
[Project64] Cleanup Settings/SettingsPage-Plugin.cpp
2015-12-24 06:24:17 +11:00
zilmar
95a9841458
[Project64] Cleanup Settings/SettingsPage-Game-Plugin.cpp
2015-12-24 06:16:11 +11:00
zilmar
c664e9a578
[Project64] Cleanup SettingsConfig.cpp
2015-12-24 06:12:57 +11:00
zilmar
2e4d73defa
[Project64] Disable copy constructor for CSystemTimer
2015-12-23 13:29:01 +11:00
zilmar
6395ea52f7
[Project64] Code cleanup of MemTest.cpp
2015-12-23 13:10:04 +11:00
zilmar
a05c3f5c00
Merge branch 'master' of https://github.com/project64/project64
2015-12-22 19:06:11 +11:00
zilmar
379cff09ae
[Project64] Add Write32PifRam
2015-12-22 19:04:55 +11:00
zilmar
e57ddf6181
[Project64] Add Write32CartridgeDomain2Address2
2015-12-22 17:09:27 +11:00
zilmar
a8dacad8bf
[Project64] Add Write32SerialInterface
2015-12-22 17:02:08 +11:00
zilmar
d30e09c73f
[Project64] Add Write32RDRAMInterface
2015-12-22 16:57:18 +11:00
zilmar
07f43c3a46
[Project64] Add Write32PeripheralInterface
2015-12-22 16:51:50 +11:00
zilmar
8a62fdf896
[Project64] Add Write32AudioInterface
2015-12-22 16:46:08 +11:00
zilmar
1a02c7130c
[Project64] Add Write32VideoInterface
2015-12-22 16:40:19 +11:00
zilmar
adc422fca7
[Project64] Add Write32MIPSInterface
2015-12-22 16:31:13 +11:00
no
f0eef4df74
[core] fixed undeclared SSE2 intrinsics on non-Win32
2015-12-21 18:21:39 -05:00
zilmar
3a6df25a2c
Merge pull request #840 from cxd4/fix-undeclared-functions
...
[core] Explicitly ensure that the necessary includes are included.
2015-12-22 09:13:55 +11:00
zilmar
15569ddb85
Merge pull request #841 from cxd4/no-more-__int64
...
[core] replaced surviving occurrences of __int64
2015-12-22 09:12:27 +11:00
zilmar
31159ed039
[Project64] Add Write32DPCommandRegisters
2015-12-22 08:49:58 +11:00
zilmar
34dab07f83
[Project64] Add Write32SPRegisters
2015-12-22 08:41:49 +11:00
no
caee888b23
[core] replaced surviving occurrences of __int64
2015-12-21 16:38:56 -05:00
zilmar
0a8255bd39
[Project64] Add Write32RDRAMRegisters
2015-12-22 08:35:06 +11:00
zilmar
d5ceb3d367
[Project64] Add Load32Rom
2015-12-22 08:24:37 +11:00
zilmar
4fe7ce8242
[Project64] Add Load32PifRam
2015-12-22 08:15:26 +11:00
zilmar
78af6b08a2
[Project64] Add Load32CartridgeDomain2Address2
2015-12-22 08:03:14 +11:00
no
3ac1103799
undeclared int8_t and other POSIX type names
2015-12-21 15:50:25 -05:00
no
0d2f09a840
undeclared strstr(), strchr(), strtoul(), atoi() and others
2015-12-21 15:38:52 -05:00
no
a225ae2cf1
undeclared sprintf()
2015-12-21 15:36:48 -05:00
no
ec23fd324d
undeclared sprintf()
2015-12-21 15:35:11 -05:00
no
c49258420a
undeclared memset()
2015-12-21 15:34:48 -05:00
no
6abb430725
undeclared memset()
2015-12-21 15:32:33 -05:00
no
83ab2996aa
undeclared memset()
2015-12-21 15:28:53 -05:00
no
33bbd39b99
undeclared memset()
2015-12-21 15:26:44 -05:00
no
b3a6b03fb9
undeclared sprintf()
2015-12-21 15:22:39 -05:00
no
6a18af08a3
undeclared sprintf()
2015-12-21 15:18:20 -05:00
no
9dab4b3bed
undeclared memcpy()
2015-12-21 15:17:29 -05:00
no
64b0635fa1
undeclared memcmp(), ::memset()
2015-12-21 15:12:30 -05:00
no
beb8c41575
undeclared sprintf()
2015-12-21 15:09:57 -05:00
zilmar
f8619bb6e4
[Project64] Add Load32SerialInterface
2015-12-22 06:59:17 +11:00
no
c4a31eb457
undeclared fopen(), fread(), feof(), fscanf() and others
2015-12-21 14:54:02 -05:00
no
3aaa2a6a74
undeclared vsprintf()
2015-12-21 14:46:04 -05:00
no
f28bbc85ba
undeclared strcat() and strlen()
2015-12-21 14:41:08 -05:00
zilmar
e3caeb8b07
[Project64] Add Load32PeripheralInterface, Load32RDRAMInterface
2015-12-22 05:45:07 +11:00
zilmar
9778846ae8
[Project64] Add Load32AudioInterface
2015-12-21 21:06:51 +11:00
zilmar
6d4ea6d693
[Projext64] Add Load32VideoInterface
2015-12-21 21:01:56 +11:00
zilmar
0324714be7
[Project64] Add Load32MIPSInterface
2015-12-21 20:56:24 +11:00
zilmar
cf3b797ebd
[Projext64] Add Load32DPCommand
2015-12-21 20:52:59 +11:00
zilmar
9692ecf1b4
[Project64] Add Load32SPRegisters
2015-12-21 20:49:13 +11:00
zilmar
4a0d9b640b
[Project64] Add Load32RDRAMRegisters
2015-12-21 20:45:08 +11:00
zilmar
012e247514
[Project64] Remove __interface CMipsMemory_CallBack
2015-12-21 18:35:22 +11:00
zilmar
a480b60f6f
[Project64] Cleanup RSPPlugin.h
2015-12-21 18:32:16 +11:00
zilmar
4e4d35494b
[Project64] Cleanup GFXPlugin.cpp
2015-12-21 18:28:35 +11:00
zilmar
f23ba48309
[Project64] Clean up LoopAnalysis.cpp
2015-12-21 18:26:51 +11:00
zilmar
6b07620b74
[Project64] Cleanup RecompilerOps.cpp
2015-12-21 18:24:16 +11:00
zilmar
19303a0210
[Project64] Clean up CheatClass.cpp
2015-12-21 18:18:28 +11:00
zilmar
b748f0a67b
[Project64] Cleanup Project64-core/Logging.cpp
2015-12-21 18:16:29 +11:00
zilmar
fcc3a0fa8b
Merge branch 'master' of https://github.com/project64/project64
2015-12-21 17:01:51 +11:00
zilmar
05b9e591cd
Merge pull request #834 from Nekokabu/patch-1
...
Fix internalname in rom information dialog
2015-12-21 06:02:59 +11:00
Nekokabu
582182b7f6
Fix internalname in rom information dialog
2015-12-20 16:36:21 +09:00
no
865f1f74e7
s/util.h/Util.h
2015-12-19 18:57:54 -05:00
no
c1d80674fe
s/common/Common
2015-12-19 18:57:27 -05:00
no
e12aa20281
s/trace.h/Trace.h
2015-12-19 18:52:35 -05:00
no
9978ef6384
s/GFXplugin/GFXPlugin
2015-12-19 18:50:17 -05:00
no
5291b1f96c
s/N64class.h/N64Class.h
2015-12-19 18:46:31 -05:00
no
0690ca436b
s/version.h/Version.h
2015-12-19 18:45:25 -05:00
no
990ab69354
s/logging.h/Logging.h
2015-12-19 18:44:15 -05:00
7d944ac8f5
[core] removed extra, unnecessary branch for the NORMAL case
2015-12-18 21:20:10 -05:00
zilmar
77eb1eb75b
[Project64] Split up trace cleanup
2015-12-16 17:41:34 +11:00
zilmar
5c27d6d1e8
[Project64] rename tofix to legacycode
2015-12-15 17:01:06 +11:00
32aefd4b10
s/m_Limitor/m_Limiter
2015-12-14 17:10:30 -05:00
df83c3c440
s/CSpeedLimitor/CSpeedLimiter
2015-12-14 17:09:12 -05:00
b50163938e
SpeedLimitorClass.cpp --> SpeedLimiterClass.cpp
2015-12-14 17:01:10 -05:00
664f71941a
SpeedLimitorClass.h --> SpeedLimiterClass.h
2015-12-14 16:56:39 -05:00
zilmar
95a3319735
[Project64] Update logging system to use module and severity
2015-12-14 21:51:33 +11:00
zilmar
b4a3516654
[Project64] Clean up RecompilerMemory.cpp
2015-12-13 19:26:41 +11:00
zilmar
c3a9525006
[Project64] Cleanup RecompilerClass.cpp
2015-12-13 18:52:22 +11:00
zilmar
21bce73cca
[Project64] Cleanup Mempak.cpp
2015-12-13 18:29:48 +11:00
zilmar
d8a4b4810b
{Project64] Cleanup MemoryVirtualMem.cpp
2015-12-13 18:26:31 +11:00
zilmar
abcfe60a51
[Project64] Cleanup FlashRam.cpp
2015-12-13 18:10:40 +11:00
zilmar
29d693ba1f
[Project64] Clean up Sram.cpp
2015-12-13 18:07:03 +11:00
zilmar
199fa2f7f8
[Project64] Clean up SystemTiming.cpp
2015-12-13 17:58:08 +11:00
zilmar
fa680564bd
[Project64] Code cleanup MenuShortCuts.cpp
2015-12-13 17:50:05 +11:00
zilmar
a6c0ddece4
[Project64] clean up TLBclass.cpp
2015-12-11 06:08:39 +11:00
zilmar
709c34fcd1
[Project64] Clean up PluginBase.cpp
2015-12-11 05:23:00 +11:00
zilmar
ac1211eb76
[Project64] Cleanup Trace Files
2015-12-10 17:38:33 +11:00
zilmar
146f295b10
[Project64] md5.cpp fix up brackets
2015-12-10 17:32:43 +11:00
zilmar
22fc35d49c
[Project64] MD5.cpp auto code clean up
2015-12-10 17:23:03 +11:00
zilmar
17b24f299f
[Project64] Get Breakpoint to use char * instead of wchar_t * for filename
2015-12-09 22:37:58 +11:00
zilmar
65ebd6ff55
[Project64] Clean up X86ops.cpp
2015-12-09 22:26:58 +11:00
zilmar
517630854e
Merge pull request #824 from JunielKatarn/gfxplugincasing
...
Made GFXPlugin file name casing consistent.
2015-12-09 07:20:10 +11:00
Julio C. Rocha
2a456aa24e
[core] made GFXPlugin casing consistent.
2015-12-08 12:15:55 -08:00
zilmar
d285cff216
Merge pull request #823 from cxd4/include-path-fixes
...
some more fixes to #include directives breaking non-Win32 builds
2015-12-09 07:05:23 +11:00
unknown
8b59f82a8d
fixed Unix-incompatible include path case-insensitivity
2015-12-08 14:59:50 -05:00
unknown
aad7667232
fixed Unix-incompatible directory dividers
2015-12-08 14:54:29 -05:00
unknown
2969ed656c
fixed incorrect file name for case-sensitivity
2015-12-08 14:50:01 -05:00
Julio C. Rocha
94075ec625
[core] Removed spaces from file names in VCXPROJ.
2015-12-08 02:38:01 -08:00
Julio C. Rocha
caf02d9368
Fixed VCXPROJ for Project64-core.
2015-12-07 23:11:17 -08:00
Julio C. Rocha
7b2421884e
Adjusted minimum toolset versions to VS2010 for VCXPROJ and PROPS files.
2015-12-07 21:15:53 -08:00
no
da8d9c1126
non-implicit string.h inclusion to fix non-Win32 compiles
2015-12-07 18:59:05 -05:00
Samuel Yuan
cf8a624a25
Fix "Saved current state" and "Load state"
...
Certain strings won't show up correctly.
2015-12-06 11:29:22 -05:00
zilmar
3e4dd1cc23
Merge branch 'master' of https://github.com/project64/project64
2015-12-06 21:06:36 +11:00
zilmar
a429a7fd08
[Project64] Create Project64-core
2015-12-06 21:05:39 +11:00
zilmar
be34822c90
Merge pull request #807 from cxd4/script-files-without-spaces
...
[Common] recursored Unix file paths to new file names
2015-12-06 15:55:25 +11:00
zilmar
3c29c45fce
Merge pull request #815 from cxd4/sync-MinGW
...
Synchronize MinGW build scripts to new space-free file paths.
2015-12-05 16:18:36 +11:00
unknown
d8da30b2c4
Synchronize MinGW build scripts to new space-free file paths.
2015-12-04 23:09:55 -05:00
Julio C. Rocha
6102eb8354
[nrage,sdl] Fixed AdditionalLibraryDirectories (removed spaces)
2015-12-04 20:05:23 -08:00
unknown
5821e63257
LW_VAddr: Fold two VAddr comparisons into one branch.
2015-12-04 22:31:16 -05:00
Nekokabu
6b689e8c49
fix typo
2015-12-05 10:54:52 +09:00
no
f7b6767149
[RSP] Start using portable types in plugin header.
2015-12-04 17:24:15 -05:00
no
395f2a92dd
#define EXPORT and CALL for cross-platform linkage.
2015-12-04 17:17:24 -05:00
no
757c7c35c6
[Glide64] fixed wrong include paths for case-sensitivity
2015-12-04 16:26:58 -05:00
no
7980b6c299
[Common] recursored Unix file paths to new file names
2015-12-04 15:42:53 -05:00
Nekokabu
c30bd1a5dd
Tweak dialogs
2015-12-05 00:39:21 +09:00
zilmar
9547e0fd48
Merge branch 'master' of https://github.com/project64/project64
2015-12-04 18:11:39 +11:00
zilmar
e3b32c572d
[Project64] Remove spaces from filename
2015-12-04 17:49:31 +11:00
zilmar
ef846c0037
Merge pull request #796 from cxd4/create-Unix-script
...
ported MinGW build script for project64::Common to Unix shell
2015-12-04 17:31:00 +11:00
unknown
2c3c13862b
re-ordered CPU interpreter main loop if/else branch predictor
2015-12-03 20:10:26 -05:00
Samuel Yuan
c8b1f161d2
Fix "Unable to load state"
2015-12-03 14:54:04 -05:00
zilmar
5a92e0f42e
Merge pull request #798 from Nekokabu/patch-3
...
Add 64DD IPL detection in rom browser
2015-12-03 06:19:12 +11:00
Nekokabu
b3c3e9d37e
Add 64DD detection
2015-12-02 21:56:11 +09:00
Nekokabu
17657d6eb7
Add the extension to the file name
2015-12-02 21:32:53 +09:00
no
f024901b48
ported MinGW build script for project64::Common to Unix shell
2015-12-01 19:38:12 -05:00
zilmar
55bc654e8b
[Project64] Rom Browser fix compilation bug
2015-12-02 08:38:46 +11:00
zilmar
5fb98403ce
Merge pull request #793 from MELERIX/lang
...
updated spanish translation
2015-12-02 08:23:33 +11:00
zilmar
b81e383f1b
Merge pull request #794 from Nekokabu/master
...
fix filename
2015-12-02 08:21:27 +11:00
zilmar
5760ce22ae
[Build] Add error value to quit
2015-12-02 07:51:59 +11:00
Nekokabu
92b65a4e8a
Fix rom info dialog
2015-12-02 01:05:24 +09:00
Nekokabu
ce5b87a0ec
Update AppInit.cpp
...
no longer need fixlocale
2015-12-02 00:53:06 +09:00
Nekokabu
598bc00851
Update Main Menu Class.cpp
...
no longer need hotfix
2015-12-02 00:49:30 +09:00
Nekokabu
3c130c680a
Update Rom Browser Class.cpp
...
fix filename in rom browser
2015-12-02 00:45:11 +09:00
MELERIX
6aad3593e7
minor change in english file for a proper translation
2015-12-01 10:00:40 -03:00
LegendOfDragoon
36d491c989
Fix issue with STV in Vector Dest Analysis
...
STV can write to multiple registers, so it needs to do extra checking to
determine whether or not the destination register is used.
2015-11-30 20:40:01 -08:00
LegendOfDragoon
b2f73ecb93
Optimize Vector Dest Analysis in RSP Recompiler
...
LPV, LUV, and LHV always write to an entire vector register, so it's
beneficial to account for that in Vector Destination Analysis.
2015-11-30 19:45:43 -08:00
zilmar
4770198dae
[Project64] Rom Browser to use ansi file names
2015-12-01 04:06:51 +11:00
zilmar
1b19da6115
[Project64] Do not strcpy on empty item
2015-11-30 06:27:46 +11:00
zilmar
655a73e1fa
[Project64] Use CODEPAGE_932 for internal name in Rom Browser
2015-11-30 06:26:41 +11:00
zilmar
942e07569a
[Project64] Add codepage stdstr::ToUTF16
2015-11-30 06:25:09 +11:00
zilmar
bc8d8b8fa1
[Projct64] Clean up std string.cpp
2015-11-30 06:21:47 +11:00
Julio C. Rocha
62f10bd20f
Ignore include of <pbt.h>
2015-11-28 22:04:30 -08:00
zilmar
2cc85dd2cf
[Project64] Fix up internal name in rom browser
2015-11-29 14:19:38 +11:00
zilmar
a76ebeccd6
Merge branch 'master' of https://github.com/project64/project64
2015-11-29 09:59:44 +11:00
zilmar
5b7020453e
[Project64] Get rom browser to use W version instead of A
2015-11-29 09:58:15 +11:00
zilmar
c1ea5494cf
[Project64] Rom Browser Class.cpp use standard types
2015-11-29 09:14:05 +11:00
zilmar
52d5a780d5
[Project64] Clean up Rom Browser Class.cpp (remove typecast, brackets)
2015-11-29 08:43:31 +11:00
luigiblood
00aec62e95
[NRage] GameBoy Camera support
2015-11-28 16:26:37 +01:00
zilmar
8acffb73e7
[Project64] Cleanup Rom Browser Class.cpp
2015-11-29 01:25:55 +11:00
zilmar
819b721eaf
[zlib] Remove ontrib\minizip\minizip.c from project
2015-11-27 17:16:40 +11:00
zilmar
6b36cc6f5e
[sdl] add HAVE_LIBC to PreprocessorDefinitions, include SDL_windows_main.c to project
2015-11-27 17:15:41 +11:00
Nekokabu
c10da0232e
Update Settings Config.cpp
...
Fixed Dialog title in RDB Edit Mode
2015-11-26 23:03:46 +09:00
no
b42355817d
fixed random crashing if End then Start emulation
2015-11-26 00:40:33 -05:00
unknown
23b900f475
[Glide64] Remove wxWidgets types from "winlnxdefs.h".
2015-11-24 10:37:22 -05:00
unknown
4b163136be
[Glide64] Substitute `uint8_t' for `wxUint8' in "rdp.h".
2015-11-24 10:20:49 -05:00
unknown
b509b99a67
[Glide64] Substitute `uint16_t' for `wxUint16' in "rdp.h".
2015-11-24 10:18:22 -05:00
unknown
51800102ab
[Glide64] Substitute `uint32_t' for `wxUint32' in "rdp.h".
2015-11-24 10:16:26 -05:00
zilmar
3efbdefd9f
Merge pull request #778 from JunielKatarn/fix_hidpi_vs2008
...
Ignore High-DPI setting when using VS 2008 toolset.
2015-11-24 15:25:48 +11:00
unknown
716c2fb8d0
browser*
2015-11-23 21:23:50 -05:00
unknown
8185799939
spacing
2015-11-23 21:23:02 -05:00
Julio C. Rocha
02cfc54d8d
Ignore High-DPI setting when using VS 2008 toolset.
2015-11-23 16:43:10 -08:00
Frank-74
48eda9ab5a
Update Settings.h new path
2015-11-22 20:52:54 +00:00
unknown
a1b88bdd5f
reverting #769
2015-11-22 12:55:23 -05:00
zilmar
fa60e55f57
[Project64] Trying to get wx to compile
2015-11-22 22:36:51 +11:00
zilmar
b5a4dc4eef
Merge pull request #769 from JunielKatarn/wx_3.0
...
Upgrade wxWidgets to version 3.0.2
2015-11-22 16:58:28 +11:00
Frank-74
26f9576eea
Fix Save State (F7)
2015-11-21 03:37:56 +00:00
zilmar
8139985ba2
Merge pull request #765 from cxd4/fix-763
...
[ROM Browser] fixed issue #763
2015-11-21 13:36:33 +11:00
Frank-74
6007d9bce0
Fix status bar load text.
2015-11-20 21:15:31 +00:00
Frank-74
8d8c52fac4
Fix status bar save text
2015-11-20 21:05:25 +00:00
Julio C. Rocha
b94dc49eef
Updated wx/png source to wx 3.0.2
2015-11-18 21:41:00 -08:00
Julio C. Rocha
9629d70b10
Cleaned up Platform.props and wx/core,base vcxproj.filters
2015-11-18 14:58:53 -08:00
Julio C. Rocha
bc9942d164
Cleaned up wx/core,base VCXPROJ files.
2015-11-18 14:41:11 -08:00
Julio C. Rocha
db151b6c53
Upgraded wx/base VCXPROJ to 3.0.2
2015-11-18 13:53:09 -08:00
zilmar
d7fcb17928
Merge pull request #768 from cxd4/gcc-rsp
...
Improve RSP MinGW linker configuration.
2015-11-19 08:17:15 +11:00
unknown
da2b2184e6
[RSP] Link against resource script for RSP debug UI.
2015-11-18 14:18:13 -05:00
unknown
dd7242f52a
[RSP] Link against Project64 "Common" static library.
2015-11-18 13:58:42 -05:00
unknown
932969f9a8
[RSP] Set Windows subsystem entry point for MinGW.
2015-11-18 13:57:14 -05:00
Julio C. Rocha
fd734e350e
Updated wx_core VCXPROJ to version 3.0.2
2015-11-17 18:59:38 -08:00
Julio C. Rocha
3b0ea85d6c
Added wx/xrc sources
2015-11-17 18:58:43 -08:00
unknown
703b3b4234
[ROM Browser] Do not strtoul(very large strings).
2015-11-17 21:56:31 -05:00
unknown
4fb000462a
[ROM Browser] removed extraneous copy of call to strtoul()
2015-11-17 21:28:41 -05:00
unknown
96bd77edcc
[ROM Browser] fixed impossible arithmetic condition
2015-11-17 21:27:41 -05:00
zilmar
839fda1e0e
Merge pull request #764 from cxd4/undeclared-ASSERTE-macro
...
[Common] Have fallback to including nonstandard <crtdbg.h>.
2015-11-18 06:36:32 +11:00
unknown
48a077c8e8
[Common] Have fallback to including nonstandard <crtdbg.h>.
2015-11-17 13:31:36 -05:00
MELERIX
7976bf832a
unneeded
2015-11-17 02:08:16 -03:00
MELERIX
6edfcbd77b
Merge https://github.com/project64/project64 into crapware
2015-11-17 01:34:39 -03:00
zilmar
a71f56030e
Merge pull request #761 from cxd4/common-mingw
...
[Common] uploaded working MinGW build script
2015-11-17 14:27:26 +11:00
unknown
e9a8649573
[Common] uploaded working MinGW build script
2015-11-16 22:18:43 -05:00
zilmar
9d59d36338
Merge pull request #760 from cxd4/unresolved-alloca
...
[Common] #include <malloc.h> to fix undeclared `alloca`
2015-11-17 14:18:25 +11:00
unknown
c5114d820c
[Common] #include <malloc.h> to fix undeclared `alloca`
2015-11-16 21:46:54 -05:00
zilmar
6559d36f41
Merge pull request #759 from cxd4/fix-nrage
...
Get N-Rage linking with MinGW 64-bit.
2015-11-17 13:20:12 +11:00
unknown
dc65c0a075
Resolve merge conflicts from `Controller Plugin.cpp`.
2015-11-16 21:01:54 -05:00
unknown
6fd2fa0f4a
[N-Rage] Get resource script linked w/ MinGW for config GUI.
2015-11-16 20:27:44 -05:00
unknown
1f233320ba
[N-Rage] Include windows.h, not wtypes.h, for Windows API types.
...
<wtypes.h> may include all the BOOL/DWORD/etc. stuff as a low-level MSVC header, but it is not obligated to do so per the low-level header specifications for other compilers, such as (evidently) MinGW.
2015-11-16 19:12:57 -05:00
unknown
5af1cfd3c2
[N-Rage] only need WBEM dependency in 1 .cpp, not a .h
2015-11-16 18:47:26 -05:00
unknown
0e67591be6
[N-Rage] fixed ARRAYSIZE() #define when missing headers
...
The old code only cared about if the macro was already defined (then #undef and re-define it). If it was NOT already defined, it just ignored the problem and causes unresolved compile-time symbols.
2015-11-16 18:30:11 -05:00
unknown
61866f5b04
[N-Rage] MinGW links with -ldinput8, -mwindows and subsets.
2015-11-16 16:30:21 -05:00
unknown
72d63ae62c
Move all the repeated stuff out from every switch case.
2015-11-16 10:21:50 -05:00
unknown
9803d3fb01
Don't force pointer aliasing risks; just call SW.
2015-11-16 10:13:36 -05:00
zilmar
d299049642
Merge branch 'master' of https://github.com/project64/project64
2015-11-16 07:13:45 +11:00
zilmar
9e10486e2c
[Project64] Pass main window object to plugin config
2015-11-16 07:13:09 +11:00
zilmar
fbe62d9567
[Project64] Clean up Controller Plugin.cpp
2015-11-16 07:11:05 +11:00
zilmar
c317c645bf
[Project64] Clean up Plugin Class.cpp
2015-11-16 07:10:01 +11:00
zilmar
f78b812d66
[Project64] Remove CNotification::MakeWindowOnTop
2015-11-16 07:07:02 +11:00
zilmar
1a4166a1de
[Project64] Get N64 Rom Class.cpp to use standard types
2015-11-16 07:05:55 +11:00
zilmar
057e469e96
Merge pull request #755 from samuelyuan/master
...
Fixed "Save Slot (%s) selected" Text
2015-11-16 05:56:09 +11:00
zilmar
63096c99d3
[Project64] Clean up N64 Rom Class.cpp
2015-11-15 20:56:34 +11:00
zilmar
165bdc160b
[Prject64] Move display rom information out of N64 Class.cpp
2015-11-15 20:54:23 +11:00
zilmar
3a80cd7138
[Project64] Move thread code to Emulation Thread.cpp
2015-11-15 20:51:44 +11:00
Samuel Yuan
6eae2b05e2
Merge remote-tracking branch 'refs/remotes/project64/master'
2015-11-15 00:30:03 -05:00
zilmar
3024d7c524
[Project64] Get N64 Class.cpp to use standard types
2015-11-15 16:20:22 +11:00
zilmar
7d7026c33d
[Project64] Add ability to monitor Game Cpu Running to Gui
2015-11-15 15:44:40 +11:00
zilmar
8aa5b6ef47
[Project64] fix up spaces in CN64System::StartEmulationThread
2015-11-15 14:51:21 +11:00
zilmar
2f3998d9a6
[Project64] more fix up of Reg Info.cpp
2015-11-15 14:50:05 +11:00
zilmar
a0b25444f7
[Project64] Clean up Reg Info.cpp
2015-11-15 14:45:09 +11:00
zilmar
d7c7882244
[Project64] Fix up headers
2015-11-15 14:27:59 +11:00
Samuel Yuan
4b43afe275
Added class to format wide strings
2015-11-14 22:12:24 -05:00
zilmar
ec31d79c23
[Project64] Cleanup Code Section.cpp
2015-11-15 13:27:06 +11:00
zilmar
d740aaf350
[Project64] Use standard types in Eeprom.cpp
2015-11-15 13:20:18 +11:00
Samuel Yuan
68ad452a07
Added string back in
...
It was deleted earlier due to a merge conflict.
2015-11-14 20:04:42 -05:00
zilmar
64e0dae30f
[Project64] Change Dma.cpp to use standard types
2015-11-15 11:52:24 +11:00
Samuel Yuan
7f0deb2ced
Merge remote-tracking branch 'refs/remotes/project64/master'
2015-11-14 19:44:50 -05:00
Samuel Yuan
937625f0c6
Merge remote-tracking branch 'refs/remotes/project64/master'
...
Conflicts:
Source/Project64/Multilanguage.h
Source/Project64/Multilanguage/Language Class.cpp
2015-11-14 19:44:42 -05:00
zilmar
87f13cbe4b
[Project64] Get Audio plugin to use standard types
2015-11-15 11:35:38 +11:00
zilmar
089b036cfe
[Project64] Cleanup Audio.cpp
2015-11-15 11:31:56 +11:00
zilmar
03a41c7cd3
[Project64] Get Interpreter CPU to use standard types
2015-11-15 11:29:15 +11:00
zilmar
7b10bc6725
[Project64] Add appinit to vs2008 project
2015-11-15 09:13:29 +11:00
zilmar
89b197be43
[Project64] Clean up Interpreter CPU
2015-11-15 09:08:30 +11:00
zilmar
46fea05262
[Project64] Get settings to use standard types
2015-11-15 08:49:08 +11:00
zilmar
68513c1101
[Project64] Cleanup Debug Settings.cpp
2015-11-15 08:32:57 +11:00
zilmar
d9e13d4385
[Project64] Cleanup Game Settings.cpp
2015-11-15 08:14:37 +11:00
zilmar
bf9fad6737
[Project64] Clean up N64System Settings.cpp
2015-11-15 08:10:55 +11:00
zilmar
ce062e70ed
[Projet64] Cleanup Notification Settings.cpp
2015-11-15 08:07:53 +11:00
zilmar
5be42089b0
[Projec64] Clean up Recompiler Settings.cpp
2015-11-15 08:05:48 +11:00
zilmar
0745cab320
[Project64] update Debugger interface
2015-11-15 07:59:12 +11:00
zilmar
56ebb74588
Merge branch 'master' of https://github.com/project64/project64
2015-11-15 07:57:03 +11:00
zilmar
9e9189c192
[Project64] move program inir/cleanup code in to a separate file
2015-11-15 07:56:40 +11:00
zilmar
b8ade27bab
[Project64] Clean up Multilanguage.h
2015-11-15 07:55:26 +11:00
zilmar
1f6ac35166
[Projec64] Change language class to use standard types
2015-11-15 07:54:55 +11:00
Samuel Yuan
75fdf6908b
Merge remote-tracking branch 'refs/remotes/project64/master'
2015-11-13 23:45:42 -05:00
Samuel Yuan
239490417e
Minor changes to files
2015-11-13 23:45:20 -05:00
zilmar
5d0c361b39
Merge pull request #754 from cxd4/extensions-cleanup
...
Simplify ROM browser shell file extensions comparisons.
2015-11-14 15:35:41 +11:00
unknown
a061bdb5dc
fixed extra incursions of ROM extension searches
2015-11-13 22:00:26 -05:00
Frank-74
69036bc984
Update Audio Plugin.cpp
2015-11-14 02:56:43 +00:00
Frank-74
a3dada4af8
Update N64 Class.cpp
2015-11-14 02:54:14 +00:00
Frank-74
66f5d4b51d
Update Settings.h
2015-11-14 02:51:06 +00:00
Frank-74
33cb7e78dc
Update Settings Class.cpp
2015-11-14 02:46:50 +00:00
Samuel Yuan
958d9c26bb
Fixed "Save Slot (%s) selected" Text
...
The text was not showing up correctly because it was not using wide
strings. This worked in an earlier build, but was changed not too long
ago.
2015-11-13 20:16:01 -05:00
zilmar
b6c6e192ee
[Project64] Cleanup Language Class
2015-11-14 11:16:03 +11:00
unknown
a476d4c36e
[ROM browser] removed redundant stricmp() inverse checks
2015-11-13 17:55:00 -05:00
unknown
23e6503a9f
[ROM browser] Loop through a string LUT of extensions.
2015-11-13 17:51:07 -05:00
zilmar
e28c7be3f9
Merge branch 'master' of https://github.com/project64/project64
2015-11-14 08:19:24 +11:00
zilmar
eab2acdecf
[Project64] Cleanup main.cpp
2015-11-14 08:18:36 +11:00
zilmar
003bcc9096
[Project64] Clean up Menu Class.cpp
2015-11-14 08:15:20 +11:00
zilmar
1cd3d12ae8
Merge pull request #719 from cxd4/gcc-rsp-compile-script
...
[RSP] added working MinGW compile script
2015-11-14 07:41:31 +11:00
zilmar
9e744ef180
[Project64] Separate out logging from UI
2015-11-14 00:23:43 +11:00
zilmar
89fab66ab3
[Poject64] Cleanup LanguageSelector.cpp
2015-11-13 17:35:20 +11:00
zilmar
e87c8de107
[Project64] Move Logging.cpp to User Interface/LoggingUI.cpp
2015-11-13 17:34:57 +11:00
zilmar
4f717d7a6f
Merge pull request #722 from cxd4/in-ur-DWORDz-size_t-ing-ur-things
...
[RSP] Fixed all 64-bit GCC compile warnings.
2015-11-13 15:43:36 +11:00
unknown
9d487bd969
DllConfig(hParent) should be a pointer, not a uint32_t.
2015-11-12 21:52:34 -05:00
zilmar
1b2febc3c2
[Project64] Clean up Settings Page - Keyboard Shortcuts.cpp
2015-11-13 08:30:40 +11:00
zilmar
a4c438c20d
[Project64] Cleanup ModifiedEditBox.cpp
2015-11-13 08:27:28 +11:00
zilmar
6d38975b98
[Project64] More code cleanup of gui class
2015-11-12 23:09:34 +11:00
zilmar
24709944f3
[Project64] Code cleanup of Main Menu Class.cpp
2015-11-12 22:52:06 +11:00
zilmar
3b74fef76c
[Project64] Create gui callback on paused
2015-11-12 22:45:24 +11:00
zilmar
e4bd5eae74
[Project64] Move SetWindowCaption from Notification Class to Gui Class
2015-11-12 22:38:20 +11:00
zilmar
e25fedcae2
[Project64] Move AddRecentRom from Notification Class to gui class
2015-11-12 22:34:55 +11:00
zilmar
73d7263de0
[Project64] Add GameLoaded setting
2015-11-12 22:27:19 +11:00
zilmar
51c89388c7
[Project64] Cleanup Settings.h
2015-11-12 22:00:47 +11:00
zilmar
7f73838ffe
[Project64] Move Settings.h in to Settings directory
2015-11-12 21:47:34 +11:00
zilmar
c997b6b1d9
[Project64] Get about ini window to be created with DialogBoxParamW
2015-11-12 21:38:10 +11:00
zilmar
89361c5713
[Poject64] register callback for GameRunning_LoadingInProgress to refresh menu
2015-11-12 21:20:30 +11:00
zilmar
93c76fe7dc
[Project64] Create RenderWindow interface
2015-11-12 21:08:47 +11:00
zilmar
69383fcc7e
[Project64] remove ValidPluginVersion from Plugin List.cpp
2015-11-12 20:15:49 +11:00
zilmar
efa3c87de7
{Project64] Tabs to spaces in Plugin List.cpp
2015-11-12 19:43:32 +11:00
Julio C. Rocha
8534ac665e
Updated setup.h
2015-11-12 00:42:14 -08:00
Julio C. Rocha
d9f3fa6457
Add missing wxString-related source files.
2015-11-11 23:20:57 -08:00
zilmar
5888b1d3f6
[Project64] Change m_hPauseEvent to a sync event
2015-11-12 18:08:10 +11:00
Julio C. Rocha
c6f240577d
Added wx/core dependency on GdiPlus.
2015-11-11 23:01:52 -08:00
zilmar
66b6be4bd7
[Project64] N64 Class.cpp tabs to spaces
2015-11-12 17:52:27 +11:00
zilmar
70a368a861
[Project64] Clean up N64 Class.cpp
2015-11-12 17:47:51 +11:00
zilmar
c4b11a68f5
Merge pull request #749 from cxd4/inverted-condition
...
logging class: fixed likely regression with create/open conditions
2015-11-12 10:43:22 +11:00
unknown
0174bae7a8
combined fix into a single line
2015-11-11 18:08:24 -05:00
zilmar
264db9dc5c
Merge pull request #720 from oddMLan/i-herd-u-liek-common-controls-6.0
...
Fix manifest file generation (themed window controls again)
2015-11-12 09:48:59 +11:00
unknown
ade04862f8
minor clean-ups
2015-11-11 12:43:57 -05:00
unknown
d9ef1cae17
fixed implicit (but wrong) operator precedence
2015-11-11 12:32:49 -05:00
unknown
2206ba0985
inverted the inverted file flags condition
2015-11-11 12:31:17 -05:00
Julio C. Rocha
7ed56dd094
Disabled MEAN_AND_LEAN in order to use GdiPlus full APIs.
2015-11-11 04:53:10 -08:00
Julio C. Rocha
a1536ee6e4
Revert textctrl.cpp to original state.
2015-11-11 02:52:01 -08:00
Julio C. Rocha
403a89a8d4
Added some source files to wx core, base
2015-11-11 01:09:50 -08:00
toehead2001
d742934018
Nuke unused resource files
2015-11-11 01:35:22 -07:00
Julio C. Rocha
ea949c438d
Merge branch 'master' of github.com:project64/project64 into wx_3.0
2015-11-11 00:30:23 -08:00
zilmar
53aa2faf3b
[Project64] Log Class.cpp to use standard types
2015-11-11 17:51:19 +11:00
zilmar
4b150ded03
[Project64] Get File Class.cpp to use standard types
2015-11-11 17:47:22 +11:00
Julio C. Rocha
39da51dd39
Merge branch 'master' of github.com:project64/project64 into wx_3.0
2015-11-10 19:23:06 -08:00
toehead2001
762fe57074
Use a standard window for the Language Selector
2015-11-10 20:00:15 -07:00
exhalatio
4df13b4a23
Fix Blurry Fonts on High-DPI Windows 10
2015-11-11 10:10:10 +09:00
Julio C. Rocha
edf24e5343
Fix typo in SLN and type for Controller Plugin member variables
...
.
2015-11-10 13:21:51 -08:00
Julio C. Rocha
d12e345cba
Updated wx_core and wx_base to v3.0.2
2015-11-10 12:39:27 -08:00
zilmar
f7923d2a94
Merge pull request #742 from toehead2001/about-cleanup
...
Remove some leftover code from the old About box
2015-11-10 23:01:20 +11:00
zilmar
21163cb870
Merge pull request #743 from toehead2001/window-styles
...
Get rid of WS_EX_CLIENTEDGE
2015-11-10 23:01:02 +11:00
toehead2001
8358211e9a
Remove some leftover code from the old About box
...
This allowed you click the top region of the About box to move the
window.
2015-11-10 03:04:11 -07:00
toehead2001
bdfb64c4e8
Get rid of WS_EX_CLIENTEDGE
...
Switch to CreateWindow, as CreateWindowEx is no longer need
2015-11-10 02:50:08 -07:00
zilmar
fbd863e6fd
Merge pull request #740 from toehead2001/canonical-name
...
"Project 64" -> "Project64"
2015-11-10 18:15:16 +11:00
zilmar
623411ce99
[Project64] Fix plugin change from uint32_t to int32_t
2015-11-10 18:13:49 +11:00
toehead2001
923f6a485a
"Project 64" -> "Project64"
2015-11-09 22:21:49 -07:00
zilmar
89d6811068
Merge pull request #734 from toehead2001/about-box
...
Use a standard window for the About dialog
2015-11-10 15:17:11 +11:00
toehead2001
26d9339e2c
Remove some dead code
...
This doesn't do anything anymore
2015-11-09 21:12:48 -07:00
toehead2001
67bd22acc2
Create window using DialogBoxParamW
2015-11-09 21:10:47 -07:00
unknown
3172a3d1d4
[N-Rage] fixed non-compliance to official 1.1 specs
2015-11-09 22:33:10 -05:00
unknown
e11c0b2c22
[Plugin Specs] reverted contr 1.1 for backward-compatibility
...
No plugins for Windows (that can run on Project64) currently use the 1.1 controller plugin specifications, and the ones that do use it (for Linux) use the publicly released spec which did not have the pointer version in the late-modified spec.
We don't want to let plugin wars roam between the emulators' implementations.
2015-11-09 22:26:59 -05:00
unknown
b617c4db1d
[Plugin Specs] moved CONTROL_INFO typedef for accessibility
2015-11-09 22:24:02 -05:00
unknown
d2574dccd1
[Plugin Specs] Change uint32_t to int32_t (formerly BOOL).
2015-11-09 19:17:43 -05:00
zilmar
0afe4b47a8
Merge pull request #736 from cxd4/so-i-herd-u-dont-like-int
...
CTLB: Replace `int' with `size_t'.
2015-11-10 08:24:50 +11:00
unknown
7cae59ac03
reverted: sizeof(array[0]) is less error-prone.
2015-11-09 16:22:53 -05:00
zilmar
eef290f767
[Project64] Clean up Section Info.cpp, x86CodeLog.cpp, plugins
2015-11-10 07:26:33 +11:00
zilmar
dda79ce345
[Project64] get Recompiler Memory.cpp to use standard types
2015-11-10 07:22:51 +11:00
zilmar
d06eae9457
[Project64] Update Recompiler Class.cpp to use standard types
2015-11-10 07:19:27 +11:00
zilmar
0c00b90334
[Project64] Change Loop Analysis.cpp to use standard types
2015-11-10 07:10:34 +11:00
zilmar
8f694e157f
[Project64] update Function Info to use standard types
2015-11-10 07:07:54 +11:00
zilmar
23210e759a
[Project64] Update Recompiler Ops.cpp to use standard types
2015-11-10 06:56:28 +11:00
unknown
9cc0465a10
Re-express `/ sizeof(array[0])' as `/ sizeof(array_type)'.
2015-11-09 14:50:16 -05:00