mirror of
https://github.com/bryanperris/cor64.git
synced 2025-04-02 10:31:54 -04:00
* Mupen64Plus demo runs with LLE RDP (many rendering glitches), works well with gliden64 plugin * Little-endian model now supported and works (required for gliden64 plugin) * Added glideN64 plugin support (custom version only for cor64) * Can render with HLE graphics or LLE graphics * Some fixes for BassSharp * Boot related fixes * Better way to manage CSharp defines * Memory improvements, fixes * TLB now works * FPU Fixes * PIF controller basics are working now such as controller input * Added some debug functions to the madcat rdp * Remove hosting the test roms in the repo * Started work on workbench scripting with IronPython * Unit test fixes * a snippet of IPL2 is assembled on the fly required for 6105 booting * Other fixes, etc.
8 lines
432 B
XML
8 lines
432 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<!-- This file prevents unintended imports of unrelated MSBuild files -->
|
|
<!-- Uncomment to include parent Directory.Build.targets file -->
|
|
<!--<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" />-->
|
|
|
|
</Project>
|