Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/15/2022 in all areas

  1. To make a precision : it's not exactly windows itself, it's the fact that these access times are updated too easily : - you make a copy/archive of the whole raine directory -> all the files inside savedata will have their access time set to current time - even worse : there is a symlink emulation in mingw64 by default, you want to make a symlink of savedata to a distant location : here again it's treated as a copy, so all the files inside will have their access time set to current time. I don't make often copies so I thought I would have at least some reliable data here, but no, this access time is changed too easily without noticing. So yeah the best is probably to just disable that for now, you'll start from an empty list, it avoids unnecessary questions.
    1 point
  2. Well you must have some data files from these games in savedata, and they were accessed all at the same time, which is quite surprising indeed ! I didn't check that in windows, but I assumed it worked the same, I'll go checking it to be sure. Why have a static display ? It wouldn't change anything to the sorting, it's still the date the thing was played which is stored, it just displays the time difference between now and this recorded time. Before you report it : there is a bug with cheats in 0.94.6, because I added something to the console to have comments starting by ; or # anywhere in the line, except that mame enclosed a lot of # between " in its cheats, so these are strings and should be ignored. I didn't think about that. Because of that, a lot of cheats just disappear, like all P2 cheats for kof99. It's fixed in git. After checking : it seems windows is totally crap to handle the access time, so the best solution is simply not to initialize at all the recent games in windows, and just ignore their crazyness. This code will be removed in next version, sorry for inconvenience, I should have tested that, but I don't like very much testing in windows... !
    1 point
×
×
  • Create New...