Commit Graph

318 Commits

Author SHA1 Message Date
zilmar 11813ff5f2 Update version number 2021-04-25 20:18:30 +09:30
zilmar c512a592a7 Move class out of file names 2021-04-14 15:04:15 +09:30
zilmar 3482e0a3fa Remove dsp and plg files 2021-04-12 16:09:27 +09:30
zilmar 62d2755300 Remove Common/stdtypes.h 2021-04-12 16:04:26 +09:30
Derek "Turtle" Roe 3f630eaab0 Update Recompiler Ops.c
Fix typos, capitalization, punctuation, title case, change multi line comments to single line comments where appropriate, fix abbreviations, add some TODOs, remove some lines, fix spacing, adjust some wording
2021-03-19 02:13:35 -05:00
Derek "Turtle" Roe 4e7dc1b6f6 Update Recompiler Analysis.c
Fix typos, capitalization, punctuation, title case, change multi line comments to single line comments where appropriate, fix abbreviations, add some TODOs, remove some lines, fix spacing, adjust some wording
2021-03-19 02:12:55 -05:00
Derek "Turtle" Roe a3e301c022 Update Recompiler CPU.c
Fix capitalization, punctuation, typos, and some comments. Change from multi line comments to single line comments where appropriate, fix title case, add and remove some lines, fix abbreviations, fix some UI typos, and clean up some text
2021-03-19 01:44:51 -05:00
Derek "Turtle" Roe 2d257deecf Update Main.cpp
Fix spacing, title case, abbreviations, change multi line comments into single line comments, fix some typos, add and remove some lines, and add a TODO
2021-03-19 01:41:58 -05:00
Derek "Turtle" Roe 3a7fcc49cb Update Interpreter Ops.c
Fix several typos and change some wording, change multi line comments into single line comments, fix title case, punctuation, add a line, and add a TODO
2021-03-19 01:38:30 -05:00
Derek "Turtle" Roe e26876ba33 Update RSP Command.c
Fix abbreviations, capitalization, changed some multi line comments to single line comments,
2021-03-19 01:27:20 -05:00
Derek "Turtle" Roe efd8a3721d Update X86.c
Fix typos, capitalization, punctuation, add TODO, fix abbreviations, and change multi line comments into single line comments
2021-03-19 01:23:11 -05:00
Derek "Turtle" Roe 0ed9f0b5f7 Update X86.h
Fixed typo and removed a space
2021-03-19 01:20:59 -05:00
Derek "Turtle" Roe e2c6cfad75 Update Version.h.in
Fix title case
2021-03-19 01:17:44 -05:00
Derek "Turtle" Roe e00db193d3 Update Types.h
Convert multi line comments into single line comments, add a TODO, and arrange lines a bit
2021-03-19 01:17:32 -05:00
Derek "Turtle" Roe fcc45c4f09 Update Rsp.h
Fix multi line comments to be single line, fix some typos, abbreviations, and capitalization, and fix some punctuation
2021-03-19 01:13:56 -05:00
Derek "Turtle" Roe 8efe8cc800 Update RSP Registers.h
Change multi line comments into single line comments, fix some typos and capitalization errors, and fix abbreviations
2021-03-19 01:10:20 -05:00
Derek "Turtle" Roe bfceec349e Update RSP Register.c
Change multi line comment into single line comment
2021-03-19 01:07:35 -05:00
Derek "Turtle" Roe e3009170c6 Update Recompiler Sections.c
Fix typos, punctuation, abbreviations, convert multi line comments into single line comments, fix some formatting
2021-03-19 01:05:57 -05:00
Derek "Turtle" Roe 77e502b99d Update Recompiler Ops.h
Fix capitalization, abbreviations, and convert multi line comments into single comments
2021-03-19 00:58:23 -05:00
Derek "Turtle" Roe 7dff587d0b Update Recompiler CPU.h
Fix spacing, typos, and capitalization, and fix title case. Also convert multi line comments into single line comments.
2021-03-19 00:56:56 -05:00
Derek "Turtle" Roe ea0f2a65c1 Update Profiling.cpp
Fix spacing, capitalization, typos, and title case
2021-03-19 00:53:09 -05:00
Derek "Turtle" Roe 790e73a80b Update OpCode.h
Change multi line comments into single comments, fix spacing, fix some typos
2021-03-19 00:52:31 -05:00
Derek "Turtle" Roe 5c4f865145 Update memory.c
Fix title case and change some wording
2021-03-19 00:48:05 -05:00
Derek "Turtle" Roe fc67ba51e8 Update log.cpp
Fix typo
2021-03-19 00:46:08 -05:00
Derek "Turtle" Roe 8a8fdac484 Update Interpreter Ops.h
Change multi line comments into single line comments, fix title case, and fix abbreviations
2021-03-19 00:45:59 -05:00
Derek "Turtle" Roe 969345d58f Update Interpreter CPU.h
Change multi line comment to single line and fix capitalization
2021-03-19 00:43:56 -05:00
Derek "Turtle" Roe 7100399f3c Update Interpreter CPU.c
Fix typos and errors, and change a multi line comment into a single line comment
2021-03-19 00:42:08 -05:00
Derek "Turtle" Roe 6ab7ddb08b Update dma.c
Fix typos, capitalization, punctuation, added a TODO, and changed RDRam . RDRAM
2021-03-19 00:39:54 -05:00
Derek "Turtle" Roe 7ec7b5ca32 Update Cpu.c
Fix typos, and fix multi line comments and make them single line
2021-03-19 00:30:47 -05:00
Derek "Turtle" Roe 74de233464 Update breakpoint.h
Remove extra line
2021-03-19 00:29:15 -05:00
Derek "Turtle" Roe 3b1ba3cdb5 Update breakpoint.c
Fix some title case and capitalization
2021-03-19 00:28:58 -05:00
zilmar 5c60ea213f Update copyright date 2021-03-02 12:43:17 +10:30
zilmar cd16a8cc48 Clean up some warnings 2021-01-19 16:28:59 +10:30
oddMLan 7475c20f19 [RSP] Force to compile in ANSI mode
Fixes RSP commands window and RSP register window not working
Fix some warnings
2021-01-02 01:43:56 -07:00
zilmar 366c0c69ae Force CharacterSet to be Unicode in the Property Sheets 2020-06-09 22:34:38 +09:30
oddMLan ac0a9258bd Pass Platform solution parameter to UpdateVersion.cmd and package_zip.cmd
This adds the ability to package x64 builds if requested.
2019-09-29 19:20:42 -07:00
Francois Berder f2e6199fcb RSP: Fix undefined behavior in RDP_LogDlist
When calling sprintf, source and destination must not overlap
otherwise it is undefined behavior as specified by
C99 standard, 7.19.6.6.

Signed-off-by: Francois Berder <fberder@outlook.fr>
2019-03-27 09:38:44 +00:00
oddMLan fff7bb5793 [RSP] Restore window if minimized when invoked from the context menu
Similar fix to 798e19b2a6
2019-01-15 01:58:25 -07:00
oddMLan ad31492585 [RSP] Update resource file
RSP Command showed a maximize button that when used would glitch the RSP window. Now the RSP Command and RSP Register window both use WS_MINIMIZEBOX.
2019-01-15 01:58:24 -07:00
Frank-74 a50f21b175 [RSP] Use InterpreterCPU if x64
Recompiler doesn't work in x64.
2019-01-14 02:01:17 +00:00
zilmar fd3f37971c [Build] Change dependency to reference for UpdateVersion 2018-01-05 21:38:48 +11:00
zilmar 951f6e2ea4 [Build] Update RSP project 2017-11-16 06:27:29 +11:00
zilmar 973f44cd94 [build] Update dependency on UpdateVersion and remove Version.h 2017-11-16 05:59:37 +11:00
zilmar 1178b5c73f Set build number on build 2017-11-15 20:04:09 +11:00
zilmar 455b83677b Fix up version number in resouce fils 2017-10-28 11:41:08 +11:00
shygoo 47fd0632ff Add debug features 2017-08-18 00:08:22 -05:00
Julio C. Rocha 5c04839f5c Include <intrin.h> on MSVC 14.1 or greater. 2017-07-30 12:14:59 -07:00
Julio C. Rocha c3365f15ec Added missing include for x64 build. 2017-07-30 02:13:39 -07:00
zilmar 2ab41bb395 Remove VS2008 project files 2017-03-15 20:14:25 +11:00
zilmar 45a09a6aef Update version numbers 2017-03-15 19:29:11 +11:00