Recent content by Tarrantx

  1. T

    Beetle PSX HW with VRAM cache for texture replacements

    Hi All, I've made a fork of beetle-psx-libreto and attempted to implement a pre-caching system for texture replacements, similar to what exists in Duckstation. So far in my testing the results are looking very positive. I have released a windows version on my Github page at...
  2. T

    Tombi 2 / Tomba 2 | Multiregion | Duckstation HD Texture Pack

    Did you edit the config.yaml config to suite your 4GB VRAM? Those settings will be too high for your system. The defaults are: MaxHashCacheVRAMUsageMB: 2048 MaxReplacementCacheVRAMUsage: 512 You could try: #MaxHashCacheVRAMUsageMB: 2048 #MaxReplacementCacheVRAMUsage: 2048 If the textures...
  3. T

    Getting back into making texture packs

    It's been over 5 years since I made my first PS1 texture pack (Castlevania SOTN) and recently I've found myself getting interested in revisiting this hobby. Just posting here to introduce myself. I've only ever tried upscaling PS1 games, but I just had a quick look at PCSX2 dumping and it...