Skip to content
Permalink
Browse files
RnD moved
  • Loading branch information
ogamespec committed Apr 26, 2021
1 parent 62b39c5 commit e9b8067dae6dd397ac52a8daa6006bb6f2e21f58
Showing with 3 additions and 209,186 deletions.
  1. +2 −0 .gitignore
  2. +1 −1 Dolwin_Quick_Start.md
  3. +0 −4 RnD/.gitignore
  4. +0 −5 RnD/DspAdpcmDecoder/.gitignore
  5. +0 −13 RnD/DspAdpcmDecoder/DebugStubs.cpp
  6. +0 −81 RnD/DspAdpcmDecoder/DspAdpcmDecoder.cpp
  7. +0 −51 RnD/DspAdpcmDecoder/DspAdpcmDecoder.sln
  8. +0 −180 RnD/DspAdpcmDecoder/DspAdpcmDecoder.vcxproj
  9. +0 −36 RnD/DspAdpcmDecoder/DspAdpcmDecoder.vcxproj.filters
  10. +0 −12 RnD/DspAdpcmDecoder/Readme.md
  11. +0 −1 RnD/DspAdpcmDecoder/pch.cpp
  12. +0 −17 RnD/DspAdpcmDecoder/pch.h
  13. +0 −169 RnD/DspUnitTest/AxUcodeVolumeEnvelope.cpp
  14. +0 −80 RnD/DspUnitTest/CircularAddressing.cpp
  15. +0 −41 RnD/DspUnitTest/DspUnitTest.sln
  16. +0 −183 RnD/DspUnitTest/DspUnitTest.vcxproj
  17. +0 −39 RnD/DspUnitTest/DspUnitTest.vcxproj.filters
  18. +0 −108 RnD/DspUnitTest/IromMixer80E7.cpp
  19. +0 −7 RnD/DspUnitTest/Readme.md
  20. +0 −1 RnD/DspUnitTest/pch.cpp
  21. +0 −5 RnD/DspUnitTest/pch.h
  22. +0 −8 RnD/DtkDecode/.gitignore
  23. +0 −42 RnD/DtkDecode/DtkDecode.cpp
  24. +0 −31 RnD/DtkDecode/DtkDecode.sln
  25. +0 −162 RnD/DtkDecode/DtkDecode.vcxproj
  26. +0 −33 RnD/DtkDecode/DtkDecode.vcxproj.filters
  27. +0 −3 RnD/DtkDecode/Readme.md
  28. +0 −5 RnD/DvdOpenFile/.gitignore
  29. +0 −218 RnD/DvdOpenFile/DvdOpenFile.cpp
  30. +0 −31 RnD/DvdOpenFile/DvdOpenFile.sln
  31. +0 −159 RnD/DvdOpenFile/DvdOpenFile.vcxproj
  32. +0 −26 RnD/DvdOpenFile/DvdOpenFile.vcxproj.filters
  33. +0 −19 RnD/DvdOpenFile/DvdOpenFile.vcxproj.user
  34. +0 −15 RnD/DvdOpenFile/Readme.md
  35. +0 −2 RnD/EventLogMonitor/.gitattributes
  36. +0 −13 RnD/EventLogMonitor/.gitignore
  37. +0 −6 RnD/EventLogMonitor/App.config
  38. +0 −126 RnD/EventLogMonitor/EventLogDataModel.cs
  39. +0 −93 RnD/EventLogMonitor/EventLogMonitor.csproj
  40. +0 −25 RnD/EventLogMonitor/EventLogMonitor.sln
  41. +0 −319 RnD/EventLogMonitor/FormMain.Designer.cs
  42. +0 −89 RnD/EventLogMonitor/FormMain.cs
  43. +0 −150 RnD/EventLogMonitor/FormMain.resx
  44. +0 −22 RnD/EventLogMonitor/Program.cs
  45. +0 −36 RnD/EventLogMonitor/Properties/AssemblyInfo.cs
  46. +0 −71 RnD/EventLogMonitor/Properties/Resources.Designer.cs
  47. +0 −117 RnD/EventLogMonitor/Properties/Resources.resx
  48. +0 −30 RnD/EventLogMonitor/Properties/Settings.Designer.cs
  49. +0 −7 RnD/EventLogMonitor/Properties/Settings.settings
  50. +0 −3 RnD/EventLogMonitor/Readme.md
  51. +0 −272 RnD/EventLogMonitor/TimeLapseControl.cs
  52. +0 −4 RnD/EventLogMonitor/packages.config
  53. +0 −32 RnD/GekkoCoreUnitTest/BogusFlipper.cpp
  54. +0 −299 RnD/GekkoCoreUnitTest/Data/Json/GekkoCoreJdi.json
  55. BIN RnD/GekkoCoreUnitTest/Data/test.bin
  56. +0 −13 RnD/GekkoCoreUnitTest/DebugStubs.cpp
  57. +0 −349 RnD/GekkoCoreUnitTest/FlipperStubs.cpp
  58. +0 −7 RnD/GekkoCoreUnitTest/FlipperStubs.h
  59. +0 −87 RnD/GekkoCoreUnitTest/GekkoCoreUnitTest.cpp
  60. +0 −51 RnD/GekkoCoreUnitTest/GekkoCoreUnitTest.sln
  61. +0 −207 RnD/GekkoCoreUnitTest/GekkoCoreUnitTest.vcxproj
  62. +0 −60 RnD/GekkoCoreUnitTest/GekkoCoreUnitTest.vcxproj.filters
  63. +0 −372 RnD/GekkoCoreUnitTest/GekkoIsaTests/Addcx.cpp
  64. +0 −268 RnD/GekkoCoreUnitTest/GekkoIsaTests/Addx.cpp
  65. +0 −40 RnD/GekkoCoreUnitTest/GekkoIsaTests/BitFactory.h
  66. +0 −58 RnD/GekkoCoreUnitTest/GekkoIsaTests/BitFactoryTest.cpp
  67. +0 −14 RnD/GekkoCoreUnitTest/Readme.md
  68. +0 −1 RnD/GekkoCoreUnitTest/pch.cpp
  69. +0 −21 RnD/GekkoCoreUnitTest/pch.h
  70. BIN RnD/GekkoCoreUnitTest/test.bin
  71. +0 −79 RnD/IntelAssemblerUnitTest/IntelAssemblerUnitTest.cpp
  72. +0 −41 RnD/IntelAssemblerUnitTest/IntelAssemblerUnitTest.sln
  73. +0 −178 RnD/IntelAssemblerUnitTest/IntelAssemblerUnitTest.vcxproj
  74. +0 −30 RnD/IntelAssemblerUnitTest/IntelAssemblerUnitTest.vcxproj.filters
  75. +0 −1 RnD/IntelAssemblerUnitTest/pch.cpp
  76. +0 −5 RnD/IntelAssemblerUnitTest/pch.h
  77. +0 −4 RnD/JsonDemo/.gitignore
  78. +0 −154 RnD/JsonDemo/JsonDemo.cpp
  79. +0 −41 RnD/JsonDemo/JsonDemo.sln
  80. +0 −163 RnD/JsonDemo/JsonDemo.vcxproj
  81. +0 −25 RnD/JsonDemo/JsonDemo.vcxproj.filters
  82. +0 −4 RnD/JsonDemo/JsonDemo.vcxproj.user
  83. +0 −2 RnD/JsonDemo/Readme.md
  84. +0 −12 RnD/ManagedConsole/.gitignore
  85. +0 −530 RnD/ManagedConsole/Console.cs
  86. +0 −222 RnD/ManagedConsole/Interop.cs
  87. +0 −7 RnD/ManagedConsole/ManagedConsole.csproj
  88. +0 −5 RnD/ManagedConsole/Readme.md
  89. +0 −81 RnD/ManagedConsole/Window.cs
  90. +0 −2 RnD/ManagedConsoleDemo/.gitattributes
  91. +0 −12 RnD/ManagedConsoleDemo/.gitignore
  92. +0 −6 RnD/ManagedConsoleDemo/App.config
  93. +0 −136 RnD/ManagedConsoleDemo/Form1.Designer.cs
  94. +0 −57 RnD/ManagedConsoleDemo/Form1.cs
  95. +0 −123 RnD/ManagedConsoleDemo/Form1.resx
  96. +0 −31 RnD/ManagedConsoleDemo/ManagedConsole.sln
  97. +0 −91 RnD/ManagedConsoleDemo/ManagedConsoleDemo.csproj
  98. +0 −22 RnD/ManagedConsoleDemo/Program.cs
  99. +0 −36 RnD/ManagedConsoleDemo/Properties/AssemblyInfo.cs
  100. +0 −63 RnD/ManagedConsoleDemo/Properties/Resources.Designer.cs
  101. +0 −117 RnD/ManagedConsoleDemo/Properties/Resources.resx
  102. +0 −26 RnD/ManagedConsoleDemo/Properties/Settings.Designer.cs
  103. +0 −7 RnD/ManagedConsoleDemo/Properties/Settings.settings
  104. +0 −21 RnD/ManagedConsoleDemo/TestConsole.cs
  105. +0 −2 RnD/ManagedUi/.gitattributes
  106. +0 −12 RnD/ManagedUi/.gitignore
  107. +0 −6 RnD/ManagedUi/App.config
  108. +0 −92 RnD/ManagedUi/Config.cs
  109. BIN RnD/ManagedUi/Dolwin.ico
  110. +0 −17 RnD/ManagedUi/DolwinNativeDll.cs
  111. +0 −106 RnD/ManagedUi/FileUtils.cs
  112. +0 −48 RnD/ManagedUi/FormAbout.Designer.cs
  113. +0 −20 RnD/ManagedUi/FormAbout.cs
  114. +0 −138 RnD/ManagedUi/FormAbout.resx
  115. +0 −324 RnD/ManagedUi/FormMain.Designer.cs
  116. +0 −109 RnD/ManagedUi/FormMain.cs
  117. +0 −144 RnD/ManagedUi/FormMain.resx
  118. +0 −151 RnD/ManagedUi/ManagedUi.csproj
  119. +0 −197 RnD/ManagedUi/ManagedUi.sln
  120. +0 −22 RnD/ManagedUi/Program.cs
  121. +0 −36 RnD/ManagedUi/Properties/AssemblyInfo.cs
  122. +0 −100 RnD/ManagedUi/Properties/Resources.Designer.cs
  123. +0 −133 RnD/ManagedUi/Properties/Resources.resx
  124. +0 −30 RnD/ManagedUi/Properties/Settings.Designer.cs
  125. +0 −7 RnD/ManagedUi/Properties/Settings.settings
  126. +0 −17 RnD/ManagedUi/Readme.md
  127. BIN RnD/ManagedUi/padStart.bmp
  128. BIN RnD/Newtonsoft.Json.12.0.3/.signature.p7s
  129. +0 −20 RnD/Newtonsoft.Json.12.0.3/LICENSE.md
  130. BIN RnD/Newtonsoft.Json.12.0.3/Newtonsoft.Json.12.0.3.nupkg
  131. BIN RnD/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.dll
  132. +0 −10,298 RnD/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.xml
  133. BIN RnD/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.dll
  134. +0 −9,446 RnD/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.xml
  135. BIN RnD/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.dll
  136. +0 −9,646 RnD/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.xml
  137. BIN RnD/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.dll
  138. +0 −11,262 RnD/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.xml
  139. BIN RnD/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.dll
  140. +0 −10,950 RnD/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.xml
  141. BIN RnD/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.dll
  142. +0 −11,072 RnD/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.xml
  143. BIN RnD/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
  144. +0 −11,237 RnD/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.xml
  145. BIN RnD/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll
  146. +0 −9,010 RnD/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml
  147. BIN RnD/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll
  148. +0 −10,950 RnD/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml
  149. BIN RnD/Newtonsoft.Json.12.0.3/packageIcon.png
  150. +0 −259 RnD/OldDebugConsole/Cui.cpp
  151. +0 −108 RnD/OldDebugConsole/Cui.h
  152. +0 −690 RnD/OldDebugConsole/DspDebugger.cpp
  153. +0 −67 RnD/OldDebugConsole/DspDebugger.h
  154. +0 −156 RnD/OldDebugConsole/GekkoDebugger.cpp
  155. +0 −6 RnD/OldDebugConsole/GekkoDebugger.h
  156. +0 −770 RnD/OldDebugConsole/cmd.cpp
  157. +0 −22 RnD/OldDebugConsole/cmd.h
  158. +0 −217 RnD/OldDebugConsole/console.cpp
  159. +0 −60 RnD/OldDebugConsole/console.h
  160. +0 −228 RnD/OldDebugConsole/cpuview.cpp
  161. +0 −3 RnD/OldDebugConsole/cpuview.h
  162. +0 −470 RnD/OldDebugConsole/input.cpp
  163. +0 −2 RnD/OldDebugConsole/input.h
  164. +0 −129 RnD/OldDebugConsole/memview.cpp
  165. +0 −2 RnD/OldDebugConsole/memview.h
  166. +0 −529 RnD/OldDebugConsole/output.cpp
  167. +0 −122 RnD/OldDebugConsole/output.h
  168. +0 −1 RnD/OldDebugConsole/pch.cpp
  169. +0 −15 RnD/OldDebugConsole/pch.h
  170. +0 −298 RnD/OldDebugConsole/regs.cpp
  171. +0 −2 RnD/OldDebugConsole/regs.h
  172. +0 −1,732 RnD/OldDspCore/DspAnalyzer.cpp
  173. +0 −476 RnD/OldDspCore/DspDisasm.cpp
  174. +0 −350 RnD/OldDspCore/DspInterpreter.cpp
  175. +0 −299 RnD/OldDspCore/DspMultiplyOps.cpp
  176. +0 −209 RnD/OldDspCore/DspParallelMemOps.cpp
  177. +0 −8 RnD/OldDspCore/DspParallelOps.cpp
  178. +0 −837 RnD/OldDspCore/DspRegularOps.cpp
  179. +0 −3 RnD/Readme.md
  180. +0 −2 RnD/SamplingProfiler/.gitattributes
  181. +0 −12 RnD/SamplingProfiler/.gitignore
  182. +0 −6 RnD/SamplingProfiler/App.config
  183. BIN RnD/SamplingProfiler/Dolwin.ico
  184. +0 −255 RnD/SamplingProfiler/Form1.Designer.cs
  185. +0 −146 RnD/SamplingProfiler/Form1.cs
  186. +0 −150 RnD/SamplingProfiler/Form1.resx
  187. +0 −91 RnD/SamplingProfiler/FormAbout.Designer.cs
  188. +0 −25 RnD/SamplingProfiler/FormAbout.cs
  189. +0 −149 RnD/SamplingProfiler/FormAbout.resx
  190. +0 −25 RnD/SamplingProfiler/Jdi.cs
  191. +0 −22 RnD/SamplingProfiler/Program.cs
  192. +0 −36 RnD/SamplingProfiler/Properties/AssemblyInfo.cs
  193. +0 −71 RnD/SamplingProfiler/Properties/Resources.Designer.cs
  194. +0 −117 RnD/SamplingProfiler/Properties/Resources.resx
  195. +0 −30 RnD/SamplingProfiler/Properties/Settings.Designer.cs
  196. +0 −7 RnD/SamplingProfiler/Properties/Settings.settings
  197. +0 −17 RnD/SamplingProfiler/Readme.md
  198. +0 −96 RnD/SamplingProfiler/SampleData.cs
  199. +0 −128 RnD/SamplingProfiler/SamplingProfiler.csproj
  200. +0 −15 RnD/SamplingProfiler/SamplingProfiler.csproj.user
  201. +0 −37 RnD/SamplingProfiler/SamplingProfiler.sln
  202. BIN RnD/SamplingProfiler/SamplingProfilerDemo.png
  203. +0 −12 RnD/SamplingProfiler/Symbols.cs
  204. +0 −4 RnD/SamplingProfiler/packages.config
  205. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/.signature.p7s
  206. +0 −20 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/LICENSE.md
  207. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/Newtonsoft.Json.12.0.3.nupkg
  208. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.dll
  209. +0 −10,298 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.xml
  210. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.dll
  211. +0 −9,446 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.xml
  212. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.dll
  213. +0 −9,646 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.xml
  214. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.dll
  215. +0 −11,262 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.xml
  216. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.dll
  217. +0 −10,950 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.xml
  218. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.dll
  219. +0 −11,072 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.xml
  220. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
  221. +0 −11,237 RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.xml
  222. BIN ...rofiler/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll
  223. +0 −9,010 ...rofiler/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml
  224. BIN ...ingProfiler/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll
  225. +0 −10,950 ...ingProfiler/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml
  226. BIN RnD/SamplingProfiler/packages/Newtonsoft.Json.12.0.3/packageIcon.png
  227. +0 −4 RnD/ShaderDemo/.gitignore
  228. +0 −181 RnD/ShaderDemo/D3dBackend.cpp
  229. +0 −46 RnD/ShaderDemo/D3dBackend.h
  230. BIN RnD/ShaderDemo/PixelShader.cso
  231. +0 −4 RnD/ShaderDemo/PixelShader.hlsl
  232. +0 −6 RnD/ShaderDemo/Readme.md
  233. +0 −30 RnD/ShaderDemo/Resource.h
  234. +0 −198 RnD/ShaderDemo/ShaderDemo.cpp
  235. +0 −3 RnD/ShaderDemo/ShaderDemo.h
  236. BIN RnD/ShaderDemo/ShaderDemo.ico
  237. BIN RnD/ShaderDemo/ShaderDemo.rc
  238. +0 −31 RnD/ShaderDemo/ShaderDemo.sln
  239. +0 −189 RnD/ShaderDemo/ShaderDemo.vcxproj
  240. +0 −69 RnD/ShaderDemo/ShaderDemo.vcxproj.filters
  241. BIN RnD/ShaderDemo/VertexShader.cso
  242. +0 −4 RnD/ShaderDemo/VertexShader.hlsl
  243. +0 −15 RnD/ShaderDemo/framework.h
  244. BIN RnD/ShaderDemo/small.ico
  245. +0 −6 RnD/ShaderDemo/targetver.h
  246. +0 −17 RnD/ThreadDemo/.gitignore
  247. +0 −15 RnD/ThreadDemo/CMakeLists.txt
  248. +0 −11 RnD/ThreadDemo/Readme.md
  249. +0 −65 RnD/ThreadDemo/ThreadDemo.cpp
  250. BIN RnD/ThreadDemo/ThreadDemo.jpg
  251. +0 −41 RnD/ThreadDemo/ThreadDemo.sln
  252. +0 −172 RnD/ThreadDemo/ThreadDemo.vcxproj
  253. +0 −33 RnD/ThreadDemo/ThreadDemo.vcxproj.filters
  254. +0 −1 RnD/ThreadDemo/pch.cpp
  255. +0 −8 RnD/ThreadDemo/pch.h
  256. +0 −5 RnD/VisualLeakDetector/.gitignore
  257. +0 −25 RnD/VisualLeakDetector/AUTHORS.txt
  258. +0 −565 RnD/VisualLeakDetector/CHANGES.txt
  259. +0 −458 RnD/VisualLeakDetector/COPYING.txt
  260. +0 −7 RnD/VisualLeakDetector/bin/Win32/Microsoft.DTfW.DHL.manifest
  261. BIN RnD/VisualLeakDetector/bin/Win32/dbghelp.dll
  262. BIN RnD/VisualLeakDetector/bin/Win32/vld_x86.dll
  263. +0 −7 RnD/VisualLeakDetector/bin/Win64/Microsoft.DTfW.DHL.manifest
  264. BIN RnD/VisualLeakDetector/bin/Win64/dbghelp.dll
  265. BIN RnD/VisualLeakDetector/bin/Win64/vld_x64.dll
  266. +0 −350 RnD/VisualLeakDetector/include/vld.h
  267. +0 −49 RnD/VisualLeakDetector/include/vld_def.h
  268. BIN RnD/VisualLeakDetector/lib/Win32/vld.lib
  269. BIN RnD/VisualLeakDetector/lib/Win64/vld.lib
  270. +0 −171 RnD/VisualLeakDetector/vld.ini
@@ -48,3 +48,5 @@ DolwinPlayground
/*.json

*PVS*

dolwin-rnd
@@ -51,4 +51,4 @@ All documentation is now stored in a separate repository: https://github.com/oga

## RnD

For experimental and outdated code, an RnD folder was created.
For experimental and outdated code, https://github.com/ogamespec/dolwin-rnd repository was created.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e9b8067

Please sign in to comment.