mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
PsfPlayer: Updated changelog and todolist.
git-svn-id: http://svn.purei.org/purei/trunk@1042 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
7c8db60731
commit
4edc51c992
2 changed files with 17 additions and 8 deletions
|
@ -1,20 +1,22 @@
|
|||
TODO:
|
||||
|
||||
- Remove HighResTimer.
|
||||
- Fix autodetection of charset for tags
|
||||
- Final Fantasy 7 - Still More Fighting - Cymbals sound not fading?
|
||||
- SPU updating for too long? (CPU/SPU desync)
|
||||
- Xenosaga
|
||||
- Sounds really bad
|
||||
- June Mermaid, especially
|
||||
- Fix Xenosaga 2 samples being cut-off sometimes.
|
||||
- Display Reverb params in SPU views.
|
||||
- DiskOut sound handler.
|
||||
- Exception for invalid PSFs
|
||||
- 903 Very Windy outside ambience.PSF crashes.
|
||||
- Playlist saving doesn't work when we try to save with items from an archive
|
||||
- When opening an archive that has no usable files, stop playing music
|
||||
- Mono sound support
|
||||
|
||||
Done:
|
||||
- Add support for sweeping volume modes for Xenosaga 2
|
||||
- Remove HighResTimer.
|
||||
- Final Fantasy 7 - Still More Fighting - Cymbals sound not fading?
|
||||
- SPU updating for too long? (CPU/SPU desync)
|
||||
- Xenosaga
|
||||
- Sounds really bad
|
||||
- June Mermaid, especially
|
||||
- Make playlist item visible when doing next or prev.
|
||||
- Fix deadlock problem happening when clicking "next" too much (Happens with FF4/PS2).
|
||||
- Windows 7 stuff
|
||||
|
|
|
@ -3,9 +3,16 @@
|
|||
<title>PsfPlayer Change Log</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>Version 0.56</h3>
|
||||
<h3>Version 1.00</h3>
|
||||
<ul>
|
||||
<li>Track repeat mode is now saved in the settings file.</li>
|
||||
<li>Fixed captions of the "Play" and "Pause" buttons in the Windows task bar and in the tray icon menu.</li>
|
||||
<li>Fixed a small bug in PSX BIOS emulation that prevented the Beyond the Beyond PSF set from working.</li>
|
||||
<li>Fixed bugs in the SPU emulation that was causing some glitches in the Final Fantasy 11 & Final Fantasy 12 PSF sets.</li>
|
||||
<li>Resampling is now done in a more accurate and efficient way, fixing problems that were making some streamed tracks to have playback speed glitches.</li>
|
||||
<li>Implemented missing register read in SPU emulation. Fixes problems with the Final Fantasy 7 and Xenogears PSF sets (and probably others).</li>
|
||||
<li>Implemented missing IOP BIOS functionality to support the Xenosaga 2 PSF set.</li>
|
||||
<li>Implemented sweeping volume support also for the Xenosaga 2 PSF set.</li>
|
||||
</ul>
|
||||
<h3>Version 0.55</h3>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue