Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Rebasing also scatters the files on the disk. Try defragging after modifying files.
  3. @Tihiy Is this the place to file bug reports? To request a feature?
  4. No. Defrag the drive or run from RAM disk. Unfortunately, only loading all needed files will get everything into the disk cache. Scanning the app folder should help. Try Dependency Walker (or ImportPatcher for 32-bit apps).
  5. Problem is, that we have only 6 byte for all. May be this bts edx, 8 ; Set the 9th bit in EDX and update the zero flag == 0f ba ea 08 test edx, edx ; Test the value of EDX against itself to clear the zero flag == 85 d2 So, always the 9th bit in EDX will be set, no matter if it was set already or not. And the test edx, edx makes sure, that the zeroflag is cleared, waaoh Dietmar
  6. Latest Nier: Automata on Steam offered two EXE files. One for old Windows without Windows HDR, the other one only works on Windows with Windows HDR. Without dxvk, the Windows HDR version only shows black screen with BGM. Although the Windows HDR version works with dxvk, Windows HDR can't be activated on 1607. Persona 5 Royal on Steam requires SetThreadDescription. Unfortunately the kernel32.dll of 1607 does not support the function and there is no utility like VxKex. So the game can't run on 1607 without modification.
  7. Lotus Lantern: Rescue Mother requires Windows 10 and up.
  8. Today
  9. May be, that the check for the 9th bit in EDX for the present of CMPXCHG8B on a cpu can be faked via this Original test edx, 100h == F7 C2 00 01 00 00 replaced with or edx, 100h == 81 CA 00 01 00 00 It does not change any other in EDX, it just sets this 9th bit for CMPXCHG8B in EDX and the ZeroFlag behaves after this operation in both identically Dietmar
  10. @user57 CPUID is really a lot of stuff, see at this https://www.sandpile.org/x86/cpuid.htm Yepp, the aim can be, to set all values correct for the 486 AMD 133 MHZ cpu, Am5x86, and with a fake bit for the CMPXCHG8B. This 486 cpu is cheap, has 16kB cache and can be overclocked to 160..(200) MHZ Dietmar PS: I get 486 cpu's to run stable XP SP3: AMD 100 MHZ and AMD 133 MHZ. Only install of XP SP3 for this cpu's is not so easy.
  11. it misses ds-icons https://www.flaticon.com/free-icons/ds one example "ds-icon-instagram", the third one.
  12. Thanks for trying. Strange behavior with widgets at $11, but at least something is happening. Did you took any stabilizing measures as described in the hda-thread? Memory should'nt be a problem, HDATSR makes a buffer somewere between 1-4 MB, most of the time. Setting [BUSMASTER] manually in HDACFG.INI is only needed in case of Windows ME (ME can not load TSR's, unless some real-mode fix is added). About trying widgets at $11: very good. The Conexant codec seems to be a so called 'double codec' with two DAC's (Digital Analog Converters). And just to be sure: if you play a file, is the slider of the mediaplayer moving?
  1. Load more activity
×
×
  • Create New...