mirh

Results 1317 comments of mirh

You could also revive the old guide https://web.archive.org/web/20121119042713/https://wiki.archlinux.org/index.php/Official_Install_Guide_on_a_PowerPC

If you only need extra length for "initial file meddling" I seem to [understand](https://superuser.com/questions/37737/how-do-i-extend-the-maximum-file-path-size-in-windows-7) you can just call the unicode function. Explorer would still limited though, and that's only been...

[Reportedly](https://github.com/HolyWu/vs-rife/issues/8) new RIFE not only does support arbitrary interpolation factors, but it should also be top of its class as far as both speed ***and*** quality are concerned.

The problem is [here](https://github.com/project64/project64/blob/master/Source/Project64/UserInterface/Debugger/ScriptInstance.cpp#L345) And examples of fixes could be https://github.com/dolphin-emu/dolphin/commit/9ee50a273098751e91046475d5f9b7468e3acb9e or [this](https://codereview.chromium.org/1389513002/diff/20001/mojo/edk/system/raw_channel_win.cc)

Nightlies use the default VS2015 toolchain, and mentioning the unexisting v142_xp toolset doesn't help much either. https://github.com/project64/project64/blob/develop/appveyor.yml https://github.com/project64/project64/pull/1642 If you care, it wouldn't hurt to try to compile the thing...

The default visual studio 2015 toolsets are v140, which isn't windows xp compatible. The CancelIoEx thing, isn't even a problem anymore since #2110. Then it's mysterious why it crashes after...

As I said, I'm not really expecting for much effort being needed. Of course you have to spend some hour playing with visual studio and bisecting though, but for as...

[Github](https://github.com/github/gitignore/blob/master/VisualStudio.gitignore) recommends to ignore both *.VC.db and *.VC.VC.opendb. Also, "Cleaning Up Some Code"... Shouldn't be like mentioned that you are also changing toolset version too?

Oh, no. VS 2015 is just fine for me. It's just it seemed rude to "hide" such a -remotely potential- huge change. EDIT: then I dunno what is Lucas using.