Skip to content

Commit

Permalink
Merge branch 'save-states'
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiorano committed Apr 1, 2015
2 parents 9923f29 + db6c1d9 commit bfb3a47
Show file tree
Hide file tree
Showing 29 changed files with 578 additions and 199 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ipch/

# Project-specific
temp/
*.dmp
saves/
dumps/
*.log
*.raw
1 change: 1 addition & 0 deletions nes-emu.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<ClInclude Include="src\Ppu.h" />
<ClInclude Include="src\Renderer.h" />
<ClInclude Include="src\Rom.h" />
<ClInclude Include="src\Serializer.h" />
<ClInclude Include="src\System.h" />
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions nes-emu.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<ClInclude Include="src\AudioDriver.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="src\Serializer.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\Cpu.cpp">
Expand Down
Loading

0 comments on commit bfb3a47

Please sign in to comment.