Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
3 additions
and 209,186 deletions.
- +2 −0 .gitignore
- +1 −1 Dolwin_Quick_Start.md
- +0 −4 RnD/.gitignore
- +0 −5 RnD/DspAdpcmDecoder/.gitignore
- +0 −13 RnD/DspAdpcmDecoder/DebugStubs.cpp
- +0 −81 RnD/DspAdpcmDecoder/DspAdpcmDecoder.cpp
- +0 −51 RnD/DspAdpcmDecoder/DspAdpcmDecoder.sln
- +0 −180 RnD/DspAdpcmDecoder/DspAdpcmDecoder.vcxproj
- +0 −36 RnD/DspAdpcmDecoder/DspAdpcmDecoder.vcxproj.filters
- +0 −12 RnD/DspAdpcmDecoder/Readme.md
- +0 −1 RnD/DspAdpcmDecoder/pch.cpp
- +0 −17 RnD/DspAdpcmDecoder/pch.h
- +0 −169 RnD/DspUnitTest/AxUcodeVolumeEnvelope.cpp
- +0 −80 RnD/DspUnitTest/CircularAddressing.cpp
- +0 −41 RnD/DspUnitTest/DspUnitTest.sln
- +0 −183 RnD/DspUnitTest/DspUnitTest.vcxproj
- +0 −39 RnD/DspUnitTest/DspUnitTest.vcxproj.filters
- +0 −108 RnD/DspUnitTest/IromMixer80E7.cpp
- +0 −7 RnD/DspUnitTest/Readme.md
- +0 −1 RnD/DspUnitTest/pch.cpp
- +0 −5 RnD/DspUnitTest/pch.h
- +0 −8 RnD/DtkDecode/.gitignore
- +0 −42 RnD/DtkDecode/DtkDecode.cpp
- +0 −31 RnD/DtkDecode/DtkDecode.sln
- +0 −162 RnD/DtkDecode/DtkDecode.vcxproj
- +0 −33 RnD/DtkDecode/DtkDecode.vcxproj.filters
- +0 −3 RnD/DtkDecode/Readme.md
- +0 −5 RnD/DvdOpenFile/.gitignore
- +0 −218 RnD/DvdOpenFile/DvdOpenFile.cpp
- +0 −31 RnD/DvdOpenFile/DvdOpenFile.sln
- +0 −159 RnD/DvdOpenFile/DvdOpenFile.vcxproj
- +0 −26 RnD/DvdOpenFile/DvdOpenFile.vcxproj.filters
- +0 −19 RnD/DvdOpenFile/DvdOpenFile.vcxproj.user
- +0 −15 RnD/DvdOpenFile/Readme.md
- +0 −2 RnD/EventLogMonitor/.gitattributes
- +0 −13 RnD/EventLogMonitor/.gitignore
- +0 −6 RnD/EventLogMonitor/App.config
- +0 −126 RnD/EventLogMonitor/EventLogDataModel.cs
- +0 −93 RnD/EventLogMonitor/EventLogMonitor.csproj
- +0 −25 RnD/EventLogMonitor/EventLogMonitor.sln
- +0 −319 RnD/EventLogMonitor/FormMain.Designer.cs
- +0 −89 RnD/EventLogMonitor/FormMain.cs
- +0 −150 RnD/EventLogMonitor/FormMain.resx
- +0 −22 RnD/EventLogMonitor/Program.cs
- +0 −36 RnD/EventLogMonitor/Properties/AssemblyInfo.cs
- +0 −71 RnD/EventLogMonitor/Properties/Resources.Designer.cs
- +0 −117 RnD/EventLogMonitor/Properties/Resources.resx
- +0 −30 RnD/EventLogMonitor/Properties/Settings.Designer.cs
- +0 −7 RnD/EventLogMonitor/Properties/Settings.settings
- +0 −3 RnD/EventLogMonitor/Readme.md
- +0 −272 RnD/EventLogMonitor/TimeLapseControl.cs
- +0 −4 RnD/EventLogMonitor/packages.config
- +0 −32 RnD/GekkoCoreUnitTest/BogusFlipper.cpp
- +0 −299 RnD/GekkoCoreUnitTest/Data/Json/GekkoCoreJdi.json
- BIN RnD/GekkoCoreUnitTest/Data/test.bin
- +0 −13 RnD/GekkoCoreUnitTest/DebugStubs.cpp
- +0 −349 RnD/GekkoCoreUnitTest/FlipperStubs.cpp
- +0 −7 RnD/GekkoCoreUnitTest/FlipperStubs.h
- +0 −87 RnD/GekkoCoreUnitTest/GekkoCoreUnitTest.cpp
- +0 −51 RnD/GekkoCoreUnitTest/GekkoCoreUnitTest.sln
- +0 −207 RnD/GekkoCoreUnitTest/GekkoCoreUnitTest.vcxproj
- +0 −60 RnD/GekkoCoreUnitTest/GekkoCoreUnitTest.vcxproj.filters
- +0 −372 RnD/GekkoCoreUnitTest/GekkoIsaTests/Addcx.cpp
- +0 −268 RnD/GekkoCoreUnitTest/GekkoIsaTests/Addx.cpp
- +0 −40 RnD/GekkoCoreUnitTest/GekkoIsaTests/BitFactory.h
- +0 −58 RnD/GekkoCoreUnitTest/GekkoIsaTests/BitFactoryTest.cpp
- +0 −14 RnD/GekkoCoreUnitTest/Readme.md
- +0 −1 RnD/GekkoCoreUnitTest/pch.cpp
- +0 −21 RnD/GekkoCoreUnitTest/pch.h
- BIN RnD/GekkoCoreUnitTest/test.bin
- +0 −79 RnD/IntelAssemblerUnitTest/IntelAssemblerUnitTest.cpp
- +0 −41 RnD/IntelAssemblerUnitTest/IntelAssemblerUnitTest.sln
- +0 −178 RnD/IntelAssemblerUnitTest/IntelAssemblerUnitTest.vcxproj
- +0 −30 RnD/IntelAssemblerUnitTest/IntelAssemblerUnitTest.vcxproj.filters
- +0 −1 RnD/IntelAssemblerUnitTest/pch.cpp
- +0 −5 RnD/IntelAssemblerUnitTest/pch.h
- +0 −4 RnD/JsonDemo/.gitignore
- +0 −154 RnD/JsonDemo/JsonDemo.cpp
- +0 −41 RnD/JsonDemo/JsonDemo.sln
- +0 −163 RnD/JsonDemo/JsonDemo.vcxproj
- +0 −25 RnD/JsonDemo/JsonDemo.vcxproj.filters
- +0 −4 RnD/JsonDemo/JsonDemo.vcxproj.user
- +0 −2 RnD/JsonDemo/Readme.md
- +0 −12 RnD/ManagedConsole/.gitignore
- +0 −530 RnD/ManagedConsole/Console.cs
- +0 −222 RnD/ManagedConsole/Interop.cs
- +0 −7 RnD/ManagedConsole/ManagedConsole.csproj
- +0 −5 RnD/ManagedConsole/Readme.md
- +0 −81 RnD/ManagedConsole/Window.cs
- +0 −2 RnD/ManagedConsoleDemo/.gitattributes
- +0 −12 RnD/ManagedConsoleDemo/.gitignore
- +0 −6 RnD/ManagedConsoleDemo/App.config
- +0 −136 RnD/ManagedConsoleDemo/Form1.Designer.cs
- +0 −57 RnD/ManagedConsoleDemo/Form1.cs
- +0 −123 RnD/ManagedConsoleDemo/Form1.resx
- +0 −31 RnD/ManagedConsoleDemo/ManagedConsole.sln
- +0 −91 RnD/ManagedConsoleDemo/ManagedConsoleDemo.csproj
- +0 −22 RnD/ManagedConsoleDemo/Program.cs
- +0 −36 RnD/ManagedConsoleDemo/Properties/AssemblyInfo.cs
- +0 −63 RnD/ManagedConsoleDemo/Properties/Resources.Designer.cs
- +0 −117 RnD/ManagedConsoleDemo/Properties/Resources.resx
- +0 −26 RnD/ManagedConsoleDemo/Properties/Settings.Designer.cs
- +0 −7 RnD/ManagedConsoleDemo/Properties/Settings.settings
- +0 −21 RnD/ManagedConsoleDemo/TestConsole.cs
- +0 −2 RnD/ManagedUi/.gitattributes
- +0 −12 RnD/ManagedUi/.gitignore
- +0 −6 RnD/ManagedUi/App.config
- +0 −92 RnD/ManagedUi/Config.cs
- BIN RnD/ManagedUi/Dolwin.ico
- +0 −17 RnD/ManagedUi/DolwinNativeDll.cs
- +0 −106 RnD/ManagedUi/FileUtils.cs
- +0 −48 RnD/ManagedUi/FormAbout.Designer.cs
- +0 −20 RnD/ManagedUi/FormAbout.cs
- +0 −138 RnD/ManagedUi/FormAbout.resx
- +0 −324 RnD/ManagedUi/FormMain.Designer.cs
- +0 −109 RnD/ManagedUi/FormMain.cs
- +0 −144 RnD/ManagedUi/FormMain.resx
- +0 −151 RnD/ManagedUi/ManagedUi.csproj
- +0 −197 RnD/ManagedUi/ManagedUi.sln
- +0 −22 RnD/ManagedUi/Program.cs
- +0 −36 RnD/ManagedUi/Properties/AssemblyInfo.cs
- +0 −100 RnD/ManagedUi/Properties/Resources.Designer.cs
- +0 −133 RnD/ManagedUi/Properties/Resources.resx
- +0 −30 RnD/ManagedUi/Properties/Settings.Designer.cs
- +0 −7 RnD/ManagedUi/Properties/Settings.settings
- +0 −17 RnD/ManagedUi/Readme.md
- BIN RnD/ManagedUi/padStart.bmp
- BIN RnD/Newtonsoft.Json.12.0.3/.signature.p7s
- +0 −20 RnD/Newtonsoft.Json.12.0.3/LICENSE.md
- BIN RnD/Newtonsoft.Json.12.0.3/Newtonsoft.Json.12.0.3.nupkg
- BIN RnD/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.dll
- +0 −10,298 RnD/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.xml
- BIN RnD/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.dll
- +0 −9,446 RnD/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.xml
- BIN RnD/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.dll
- +0 −9,646 RnD/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.xml
- BIN RnD/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.dll
- +0 −11,262 RnD/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.xml
- BIN RnD/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.dll
- +0 −10,950 RnD/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.xml
- BIN RnD/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.dll
- +0 −11,072 RnD/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.xml
- BIN RnD/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
- +0 −11,237 RnD/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.xml
- BIN RnD/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll
- +0 −9,010 RnD/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml
- BIN RnD/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll
- +0 −10,950 RnD/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml
- BIN RnD/Newtonsoft.Json.12.0.3/packageIcon.png
- +0 −259 RnD/OldDebugConsole/Cui.cpp
- +0 −108 RnD/OldDebugConsole/Cui.h
- +0 −690 RnD/OldDebugConsole/DspDebugger.cpp
- +0 −67 RnD/OldDebugConsole/DspDebugger.h
- +0 −156 RnD/OldDebugConsole/GekkoDebugger.cpp
- +0 −6 RnD/OldDebugConsole/GekkoDebugger.h
- +0 −770 RnD/OldDebugConsole/cmd.cpp
- +0 −22 RnD/OldDebugConsole/cmd.h
- +0 −217 RnD/OldDebugConsole/console.cpp
- +0 −60 RnD/OldDebugConsole/console.h
- +0 −228 RnD/OldDebugConsole/cpuview.cpp
- +0 −3 RnD/OldDebugConsole/cpuview.h
- +0 −470 RnD/OldDebugConsole/input.cpp
- +0 −2 RnD/OldDebugConsole/input.h
- +0 −129 RnD/OldDebugConsole/memview.cpp
- +0 −2 RnD/OldDebugConsole/memview.h
- +0 −529 RnD/OldDebugConsole/output.cpp
- +0 −122 RnD/OldDebugConsole/output.h
- +0 −1 RnD/OldDebugConsole/pch.cpp
- +0 −15 RnD/OldDebugConsole/pch.h
- +0 −298 RnD/OldDebugConsole/regs.cpp
- +0 −2 RnD/OldDebugConsole/regs.h
- +0 −1,732 RnD/OldDspCore/DspAnalyzer.cpp
- +0 −476 RnD/OldDspCore/DspDisasm.cpp
- +0 −350 RnD/OldDspCore/DspInterpreter.cpp
- +0 −299 RnD/OldDspCore/DspMultiplyOps.cpp
- +0 −209 RnD/OldDspCore/DspParallelMemOps.cpp
- +0 −8 RnD/OldDspCore/DspParallelOps.cpp
- +0 −837 RnD/OldDspCore/DspRegularOps.cpp
- +0 −3 RnD/Readme.md
- +0 −2 RnD/SamplingProfiler/.gitattributes
- +0 −12 RnD/SamplingProfiler/.gitignore
- +0 −6 RnD/SamplingProfiler/App.config
- BIN RnD/SamplingProfiler/Dolwin.ico
- +0 −255 RnD/SamplingProfiler/Form1.Designer.cs
- +0 −146 RnD/SamplingProfiler/Form1.cs
- +0 −150 RnD/SamplingProfiler/Form1.resx
- +0 −91 RnD/SamplingProfiler/FormAbout.Designer.cs
- +0 −25 RnD/SamplingProfiler/FormAbout.cs
- +0 −149 RnD/SamplingProfiler/FormAbout.resx
- +0 −25 RnD/SamplingProfiler/Jdi.cs
- +0 −22 RnD/SamplingProfiler/Program.cs
- +0 −36 RnD/SamplingProfiler/Properties/AssemblyInfo.cs
- +0 −71 RnD/SamplingProfiler/Properties/Resources.Designer.cs
- +0 −117 RnD/SamplingProfiler/Properties/Resources.resx
- +0 −30 RnD/SamplingProfiler/Properties/Settings.Designer.cs
- +0 −7 RnD/SamplingProfiler/Properties/Settings.settings
- +0 −17 RnD/SamplingProfiler/Readme.md
- +0 −96 RnD/SamplingProfiler/SampleData.cs
- +0 −128 RnD/SamplingProfiler/SamplingProfiler.csproj
- +0 −15 RnD/SamplingProfiler/SamplingProfiler.csproj.user
- +0 −37 RnD/SamplingProfiler/SamplingProfiler.sln
- BIN RnD/SamplingProfiler/SamplingProfilerDemo.png
- +0 −12 RnD/SamplingProfiler/Symbols.cs
- +0 −4 RnD/SamplingProfiler/packages.config
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/.signature.p7s
- +0 −20 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/LICENSE.md
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/Newtonsoft.Json.12.0.3.nupkg
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.dll
- +0 −10,298 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.xml
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.dll
- +0 −9,446 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.xml
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.dll
- +0 −9,646 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.xml
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.dll
- +0 −11,262 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.xml
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.dll
- +0 −10,950 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.xml
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.dll
- +0 −11,072 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.xml
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
- +0 −11,237 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.xml
- BIN ...rofiler/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll
- +0 −9,010 ...rofiler/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml
- BIN ...ingProfiler/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll
- +0 −10,950 ...ingProfiler/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml
- BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/packageIcon.png
- +0 −4 RnD/ShaderDemo/.gitignore
- +0 −181 RnD/ShaderDemo/D3dBackend.cpp
- +0 −46 RnD/ShaderDemo/D3dBackend.h
- BIN RnD/ShaderDemo/PixelShader.cso
- +0 −4 RnD/ShaderDemo/PixelShader.hlsl
- +0 −6 RnD/ShaderDemo/Readme.md
- +0 −30 RnD/ShaderDemo/Resource.h
- +0 −198 RnD/ShaderDemo/ShaderDemo.cpp
- +0 −3 RnD/ShaderDemo/ShaderDemo.h
- BIN RnD/ShaderDemo/ShaderDemo.ico
- BIN RnD/ShaderDemo/ShaderDemo.rc
- +0 −31 RnD/ShaderDemo/ShaderDemo.sln
- +0 −189 RnD/ShaderDemo/ShaderDemo.vcxproj
- +0 −69 RnD/ShaderDemo/ShaderDemo.vcxproj.filters
- BIN RnD/ShaderDemo/VertexShader.cso
- +0 −4 RnD/ShaderDemo/VertexShader.hlsl
- +0 −15 RnD/ShaderDemo/framework.h
- BIN RnD/ShaderDemo/small.ico
- +0 −6 RnD/ShaderDemo/targetver.h
- +0 −17 RnD/ThreadDemo/.gitignore
- +0 −15 RnD/ThreadDemo/CMakeLists.txt
- +0 −11 RnD/ThreadDemo/Readme.md
- +0 −65 RnD/ThreadDemo/ThreadDemo.cpp
- BIN RnD/ThreadDemo/ThreadDemo.jpg
- +0 −41 RnD/ThreadDemo/ThreadDemo.sln
- +0 −172 RnD/ThreadDemo/ThreadDemo.vcxproj
- +0 −33 RnD/ThreadDemo/ThreadDemo.vcxproj.filters
- +0 −1 RnD/ThreadDemo/pch.cpp
- +0 −8 RnD/ThreadDemo/pch.h
- +0 −5 RnD/VisualLeakDetector/.gitignore
- +0 −25 RnD/VisualLeakDetector/AUTHORS.txt
- +0 −565 RnD/VisualLeakDetector/CHANGES.txt
- +0 −458 RnD/VisualLeakDetector/COPYING.txt
- +0 −7 RnD/VisualLeakDetector/bin/Win32/Microsoft.DTfW.DHL.manifest
- BIN RnD/VisualLeakDetector/bin/Win32/dbghelp.dll
- BIN RnD/VisualLeakDetector/bin/Win32/vld_x86.dll
- +0 −7 RnD/VisualLeakDetector/bin/Win64/Microsoft.DTfW.DHL.manifest
- BIN RnD/VisualLeakDetector/bin/Win64/dbghelp.dll
- BIN RnD/VisualLeakDetector/bin/Win64/vld_x64.dll
- +0 −350 RnD/VisualLeakDetector/include/vld.h
- +0 −49 RnD/VisualLeakDetector/include/vld_def.h
- BIN RnD/VisualLeakDetector/lib/Win32/vld.lib
- BIN RnD/VisualLeakDetector/lib/Win64/vld.lib
- +0 −171 RnD/VisualLeakDetector/vld.ini
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -48,3 +48,5 @@ DolwinPlayground | ||
| /*.json | ||
|
|
||
| *PVS* | ||
|
|
||
| dolwin-rnd | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.