Merge branch 'develop' of https://github.com/project64/project64 into develop
This commit is contained in:
commit
d33725bda5
|
@ -7,3 +7,5 @@ Following these guidelines will help make sure that users and developers alike c
|
||||||
Project64 is an open-source project and we love to receive contributions from the community. There are many ways to contribute, from writing and improving the documentation, testing, submitting bug reports and feature requests, or writing code which can be incorporated into Project64 itself.
|
Project64 is an open-source project and we love to receive contributions from the community. There are many ways to contribute, from writing and improving the documentation, testing, submitting bug reports and feature requests, or writing code which can be incorporated into Project64 itself.
|
||||||
|
|
||||||
Please don't use the issue tracker for support questions. Please join the Discord so the community can help with your issue!
|
Please don't use the issue tracker for support questions. Please join the Discord so the community can help with your issue!
|
||||||
|
|
||||||
|
Please do NOT post any copyrighted materials.
|
|
@ -1,64 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: If you experience a bug in the Emulator and its default plugins, please open an issue here and fill out the template.
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Expected behavior
|
|
||||||
-
|
|
||||||
-
|
|
||||||
-
|
|
||||||
|
|
||||||
### Actual behavior
|
|
||||||
-
|
|
||||||
-
|
|
||||||
-
|
|
||||||
|
|
||||||
### Steps to reproduce the problem
|
|
||||||
|
|
||||||
1.
|
|
||||||
1.
|
|
||||||
1.
|
|
||||||
1.
|
|
||||||
1.
|
|
||||||
|
|
||||||
### Error messages you received (if any)
|
|
||||||
-
|
|
||||||
-
|
|
||||||
-
|
|
||||||
|
|
||||||
### Screenshots (if applicable)
|
|
||||||
-
|
|
||||||
-
|
|
||||||
-
|
|
||||||
|
|
||||||
### Specifications
|
|
||||||
|
|
||||||
- Hardware specifications of the computer or device you used to run Project64
|
|
||||||
- CPU
|
|
||||||
- GPU
|
|
||||||
- RAM
|
|
||||||
|
|
||||||
- Windows version (include version and OS build number using WinVer):
|
|
||||||
- Project64 version (include commit version number and whether you are using the 32-bit or 64-bit version):
|
|
||||||
|
|
||||||
### Please make sure you are using the inlcuded plugins before opening an issue:
|
|
||||||
|
|
||||||
- [ ] I can confirm I am on the default RSP, audio, input, and graphics plugins
|
|
||||||
|
|
||||||
### Plugins used while the issue occurred:
|
|
||||||
|
|
||||||
- Graphics plugin (and HLE or LLE):
|
|
||||||
- Audio plugin:
|
|
||||||
- Input plugin:
|
|
||||||
- RSP plugin:
|
|
||||||
|
|
||||||
### FAQ's and a warning:
|
|
||||||
|
|
||||||
- If you are having issues with a plugin that isn't included with and supported by the Project64 team, we cannot support you other then pointing you to the developer of those plugins.
|
|
||||||
- Please join the Discord first and ask questions and ask for support there first. If the issue should require an open GitHub issue, somebody will ask you to open one. We have a lot of people in the Discord who are more then happy to help you with any issues you may be having!
|
|
||||||
- Please avoid opening issues if you do not meet the minimum requirements for Project64. These are outlined in the README for this repository.
|
|
||||||
|
|
|
@ -0,0 +1,145 @@
|
||||||
|
name: Bug report
|
||||||
|
description: >-
|
||||||
|
If you experience a bug in Project64 and its default plugins, please open an
|
||||||
|
issue here and fill out the template.
|
||||||
|
title: '[Bug]: '
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
|
- triage
|
||||||
|
assignees:
|
||||||
|
- null
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: '## FAQs and a warning'
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: >-
|
||||||
|
If you are having issues with a plugin that isn't included with and
|
||||||
|
supported by the Project64 team, we cannot support you other then pointing
|
||||||
|
you to the developer or repository for those plugins.
|
||||||
|
|
||||||
|
|
||||||
|
Please join the Discord first and ask questions and ask for support there
|
||||||
|
first. If the issue should require an open GitHub issue, somebody will ask
|
||||||
|
you to open one.
|
||||||
|
|
||||||
|
We have a lot of people in the Discord who are more then
|
||||||
|
happy to help you with any issues you may be having!
|
||||||
|
|
||||||
|
|
||||||
|
Please avoid opening issues if you do not meet the minimum requirements
|
||||||
|
for Project64. These are outlined in the README for this repository.
|
||||||
|
- type: textarea
|
||||||
|
id: what-should-happen
|
||||||
|
attributes:
|
||||||
|
label: Expected behavior?
|
||||||
|
description: How was the emulator supposed to behave
|
||||||
|
placeholder: Tell us what you expect to see!; use screenshots if necessary.
|
||||||
|
value: null
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: what-happened
|
||||||
|
attributes:
|
||||||
|
label: Actual behavior?
|
||||||
|
description: Describe the issue you encountered.
|
||||||
|
placeholder: Tell us what you see!; use screenshots if necessary.
|
||||||
|
value: null
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: repro
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce the problem
|
||||||
|
description: How do you trigger this bug? Please walk us through it step by step.
|
||||||
|
value: |
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
4.
|
||||||
|
5.
|
||||||
|
...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: error-messages
|
||||||
|
attributes:
|
||||||
|
label: Error messages?
|
||||||
|
description: Was there an error message?
|
||||||
|
placeholder: List any error messages here!; use screenshots if necessary.
|
||||||
|
value: null
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: ROM_details
|
||||||
|
attributes:
|
||||||
|
label: What game were you playing?
|
||||||
|
description: What is the specific ROM that you encountered an issue with?
|
||||||
|
value: |
|
||||||
|
Title:
|
||||||
|
|
||||||
|
Nintendo 64 game or Nintendo 64 Disk Drive:
|
||||||
|
|
||||||
|
ROM information: (File > ROM info, or context menu > ROM information in the ROM
|
||||||
|
list)
|
||||||
|
|
||||||
|
Save type: (Attach game save or save state here)
|
||||||
|
|
||||||
|
Original or modified ROM?:(attach patch here)
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: SysInfo
|
||||||
|
attributes:
|
||||||
|
label: Specifications and build details
|
||||||
|
description: >-
|
||||||
|
List your system information, you can obtain this from MSINFO32 and the
|
||||||
|
emulators title bar and about page.
|
||||||
|
value: |
|
||||||
|
Project64: (include commit version number and whether you are using the
|
||||||
|
32-bit or 64-bit version)
|
||||||
|
|
||||||
|
OS: (include version and OS build number using WinVer):
|
||||||
|
|
||||||
|
CPU:
|
||||||
|
|
||||||
|
RAM:
|
||||||
|
|
||||||
|
Graphics:
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: DefaultPlugins
|
||||||
|
attributes:
|
||||||
|
label: Using included plugins
|
||||||
|
description: >-
|
||||||
|
Please make sure you are using the included plugins before opening an
|
||||||
|
issue:
|
||||||
|
options:
|
||||||
|
- label: >-
|
||||||
|
I can confirm I am using the included RSP, audio, input, and graphics
|
||||||
|
plugins
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: PluginsUsed
|
||||||
|
attributes:
|
||||||
|
label: Plugins used while the issue occurred
|
||||||
|
description: What plugins is the issue occuring with?
|
||||||
|
value: |
|
||||||
|
Graphics plugin (and HLE or LLE):
|
||||||
|
Audio plugin:
|
||||||
|
Input plugin:
|
||||||
|
RSP plugin:
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: Copyright_Compliance
|
||||||
|
attributes:
|
||||||
|
label: Copyright Compliance
|
||||||
|
description: >-
|
||||||
|
Please do not attach any files that infringe on the copyright of any
|
||||||
|
party.
|
||||||
|
options:
|
||||||
|
- label: There are no infringing files attached to this bug report.
|
||||||
|
required: true
|
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Create a Feature request to suggest improvements and additions.
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Please inlcude [Feature request] at the beginning of the title
|
|
||||||
|
|
||||||
### Feature desired:
|
|
||||||
-
|
|
||||||
|
|
||||||
### Why this feature should be added:
|
|
||||||
-
|
|
||||||
|
|
||||||
### Examples of it being successfully implemented in other software:
|
|
||||||
-
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
name: Feature request
|
||||||
|
description: >-
|
||||||
|
If you would like a new feature in Project64 or its default plugins, please
|
||||||
|
open an issue here and fill out the template.
|
||||||
|
title: '[Feature request]: '
|
||||||
|
labels:
|
||||||
|
- feature request
|
||||||
|
- enhancement
|
||||||
|
assignees:
|
||||||
|
- null
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: feature-request
|
||||||
|
attributes:
|
||||||
|
label: Request box
|
||||||
|
description: What feature would you like to see added?
|
||||||
|
placeholder: Tell us what you would like to see added to Project64!
|
||||||
|
value: null
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: reason-why
|
||||||
|
attributes:
|
||||||
|
label: Reason box
|
||||||
|
description: Provide reasoning for the new feature
|
||||||
|
placeholder: Tell us why you'd like to see this feature added
|
||||||
|
value: null
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: Examples
|
||||||
|
attributes:
|
||||||
|
label: Examples
|
||||||
|
description: Provide examples of this feature
|
||||||
|
placeholder: Provide examples or screenshots of this feature in other software
|
||||||
|
value: null
|
||||||
|
validations:
|
||||||
|
required: true
|
File diff suppressed because it is too large
Load Diff
|
@ -2,11 +2,11 @@
|
||||||
#1 # "Português" // Language ID
|
#1 # "Português" // Language ID
|
||||||
#2 # "Hugo Carvalho" // Author
|
#2 # "Hugo Carvalho" // Author
|
||||||
#3 # "3.0" // Version
|
#3 # "3.0" // Version
|
||||||
#4 # "Novembro, 2021" // Date
|
#4 # "Março, 2022" // Date
|
||||||
|
|
||||||
/*** Menu ***/
|
/*** Menu ***/
|
||||||
|
|
||||||
//File menu
|
// File menu
|
||||||
#100# "&Ficheiro"
|
#100# "&Ficheiro"
|
||||||
#101# "&Abrir a ROM"
|
#101# "&Abrir a ROM"
|
||||||
#102# "Informação &da ROM..."
|
#102# "Informação &da ROM..."
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
#109# "S&air"
|
#109# "S&air"
|
||||||
#110# "Abrir &combinação"
|
#110# "Abrir &combinação"
|
||||||
|
|
||||||
//System menu
|
// System menu
|
||||||
#120# "&Sistema"
|
#120# "&Sistema"
|
||||||
#121# "&Reiniciar"
|
#121# "&Reiniciar"
|
||||||
#122# "&Colocar em pausa"
|
#122# "&Colocar em pausa"
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
#135# "Trocar &disco"
|
#135# "Trocar &disco"
|
||||||
#136# "&Melhorias..."
|
#136# "&Melhorias..."
|
||||||
|
|
||||||
//Options menu
|
// Options menu
|
||||||
#140# "&Opções"
|
#140# "&Opções"
|
||||||
#141# "&Ecrã inteiro"
|
#141# "&Ecrã inteiro"
|
||||||
#142# "Sempre na &frente"
|
#142# "Sempre na &frente"
|
||||||
|
@ -49,13 +49,13 @@
|
||||||
#147# "Mostrar as estatísticas da &CPU"
|
#147# "Mostrar as estatísticas da &CPU"
|
||||||
#148# "Defini&ções..."
|
#148# "Defini&ções..."
|
||||||
|
|
||||||
//Debugger menu
|
// Debugger menu
|
||||||
#160# "&Depurador"
|
#160# "&Depurador"
|
||||||
|
|
||||||
//Language menu
|
// Language menu
|
||||||
#175# "&Idioma"
|
#175# "&Idioma"
|
||||||
|
|
||||||
//Help menu
|
// Help menu
|
||||||
#180# "&Ajuda"
|
#180# "&Ajuda"
|
||||||
#182# "&Acerca do Project 64"
|
#182# "&Acerca do Project 64"
|
||||||
#184# "&Site da Web"
|
#184# "&Site da Web"
|
||||||
|
@ -162,10 +162,10 @@
|
||||||
#319# "Formato do ficheiro"
|
#319# "Formato do ficheiro"
|
||||||
#321# "Nome"
|
#321# "Nome"
|
||||||
|
|
||||||
//Select ROM
|
// Select ROM
|
||||||
#320# "Seleccionar o directório actual das ROMs"
|
#320# "Seleccionar o directório actual das ROMs"
|
||||||
|
|
||||||
//Messages
|
// Messages
|
||||||
#340# "Má ROM? Usar o GoodN64 e verificar se a RDB está actualizada"
|
#340# "Má ROM? Usar o GoodN64 e verificar se a RDB está actualizada"
|
||||||
|
|
||||||
/*** Options ***/
|
/*** Options ***/
|
||||||
|
@ -198,7 +198,7 @@
|
||||||
#426# "Áudio HLE"
|
#426# "Áudio HLE"
|
||||||
#427# "** Usar o Plugin do Sistema **"
|
#427# "** Usar o Plugin do Sistema **"
|
||||||
|
|
||||||
//Directory dialog
|
// Directory dialog
|
||||||
#440# " Directório dos plugins: "
|
#440# " Directório dos plugins: "
|
||||||
#441# " Directório das ROMs: "
|
#441# " Directório das ROMs: "
|
||||||
#442# " Directório das gravações nativas do N64: "
|
#442# " Directório das gravações nativas do N64: "
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
#451# " Directório do pacote das texturas: "
|
#451# " Directório do pacote das texturas: "
|
||||||
#452# "Seleccionar o directório do pacote das texturas"
|
#452# "Seleccionar o directório do pacote das texturas"
|
||||||
|
|
||||||
//Options (general) tab
|
// Options (general) tab
|
||||||
#460# "Interromper a emulação quando a janela não está activa"
|
#460# "Interromper a emulação quando a janela não está activa"
|
||||||
#461# "Entrar no modo de ecrã inteiro quando carregar uma ROM"
|
#461# "Entrar no modo de ecrã inteiro quando carregar uma ROM"
|
||||||
#462# "Ocultar as definições avançadas"
|
#462# "Ocultar as definições avançadas"
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
#491# "Abaixo"
|
#491# "Abaixo"
|
||||||
#492# "Recarregar o explorador automaticamente"
|
#492# "Recarregar o explorador automaticamente"
|
||||||
|
|
||||||
//Advanced options
|
// Advanced options
|
||||||
#500# "A maioria destas alterações não terão efeito até que uma nova ROM seja aberta ou que a ROM actual seja reposta."
|
#500# "A maioria destas alterações não terão efeito até que uma nova ROM seja aberta ou que a ROM actual seja reposta."
|
||||||
#501# "Padrões do core"
|
#501# "Padrões do core"
|
||||||
#502# "Estilo do core da CPU:"
|
#502# "Estilo do core da CPU:"
|
||||||
|
@ -265,7 +265,7 @@
|
||||||
#514# "Desmapear o TLB"
|
#514# "Desmapear o TLB"
|
||||||
#515# "Usar sempre o núcleo do interpretador"
|
#515# "Usar sempre o núcleo do interpretador"
|
||||||
|
|
||||||
//ROM options
|
// ROM options
|
||||||
#520# "Estilo do núcleo da CPU:"
|
#520# "Estilo do núcleo da CPU:"
|
||||||
#521# "Taxa de actualização da VI:"
|
#521# "Taxa de actualização da VI:"
|
||||||
#522# "Tamanho da memória:"
|
#522# "Tamanho da memória:"
|
||||||
|
@ -273,7 +273,6 @@
|
||||||
#524# "Tipo da gravação predefinida:"
|
#524# "Tipo da gravação predefinida:"
|
||||||
#525# "Contra fator:"
|
#525# "Contra fator:"
|
||||||
#526# "Buffer de compilação maior"
|
#526# "Buffer de compilação maior"
|
||||||
#527# "Usar o TLB"
|
|
||||||
#528# "Caching de registo"
|
#528# "Caching de registo"
|
||||||
#529# "Atrasar a interrupção do SI"
|
#529# "Atrasar a interrupção do SI"
|
||||||
#530# "SP Rápido"
|
#530# "SP Rápido"
|
||||||
|
@ -287,12 +286,12 @@
|
||||||
#538# "Engine de 32 bits"
|
#538# "Engine de 32 bits"
|
||||||
#539# "Atrasar a interrupção do DP"
|
#539# "Atrasar a interrupção do DP"
|
||||||
|
|
||||||
//Core styles
|
// Core styles
|
||||||
#540# "Interpretador"
|
#540# "Interpretador"
|
||||||
#541# "Recompilador"
|
#541# "Recompilador"
|
||||||
#542# "Sincronizar núcleos"
|
#542# "Sincronizar núcleos"
|
||||||
|
|
||||||
//Self-mod methods
|
// Self-mod methods
|
||||||
#560# "Nenhum"
|
#560# "Nenhum"
|
||||||
#561# "Cache"
|
#561# "Cache"
|
||||||
#562# "Proteger a memória"
|
#562# "Proteger a memória"
|
||||||
|
@ -301,20 +300,20 @@
|
||||||
#565# "Verificar o avanço da memória"
|
#565# "Verificar o avanço da memória"
|
||||||
#566# "Limpar o código no cache"
|
#566# "Limpar o código no cache"
|
||||||
|
|
||||||
//Function lookup method
|
// Function lookup method
|
||||||
#570# "Tabela de procura física"
|
#570# "Tabela de procura física"
|
||||||
#571# "Tabela de procura virtual"
|
#571# "Tabela de procura virtual"
|
||||||
#572# "Alterar memória"
|
#572# "Alterar memória"
|
||||||
|
|
||||||
//RDRAM size
|
// RDRAM size
|
||||||
#580# "4 MBs"
|
#580# "4 MBs"
|
||||||
#581# "8 MBs"
|
#581# "8 MBs"
|
||||||
|
|
||||||
//Advanced block linking
|
// Advanced block linking
|
||||||
#600# "Ligado"
|
#600# "Ligado"
|
||||||
#601# "Desligado"
|
#601# "Desligado"
|
||||||
|
|
||||||
//Save type
|
// Save type
|
||||||
#620# "Usar o tipo de gravação usado pela primeira vez"
|
#620# "Usar o tipo de gravação usado pela primeira vez"
|
||||||
#621# "EEPROM de 4 kbits"
|
#621# "EEPROM de 4 kbits"
|
||||||
#622# "EEPROM de 16 kbits"
|
#622# "EEPROM de 16 kbits"
|
||||||
|
@ -350,13 +349,13 @@
|
||||||
#710# "Aumentar a velocidade do jogo"
|
#710# "Aumentar a velocidade do jogo"
|
||||||
#711# "Diminuir a velocidade do jogo"
|
#711# "Diminuir a velocidade do jogo"
|
||||||
|
|
||||||
//Bottom page buttons
|
// Bottom page buttons
|
||||||
#720# "Repor página"
|
#720# "Repor página"
|
||||||
#721# "Repor tudo"
|
#721# "Repor tudo"
|
||||||
#722# "Aplicar"
|
#722# "Aplicar"
|
||||||
#723# "Fechar"
|
#723# "Fechar"
|
||||||
|
|
||||||
//Disk save type
|
// Disk save type
|
||||||
#730# "Cópia completa do disco"
|
#730# "Cópia completa do disco"
|
||||||
#731# "Apenas a área de gravação"
|
#731# "Apenas a área de gravação"
|
||||||
|
|
||||||
|
@ -365,7 +364,7 @@
|
||||||
// ROM info title
|
// ROM info title
|
||||||
#800# "Informação da ROM"
|
#800# "Informação da ROM"
|
||||||
|
|
||||||
//ROM info text
|
// ROM info text
|
||||||
#801# "Nome da ROM:"
|
#801# "Nome da ROM:"
|
||||||
#802# "Nome do ficheiro:"
|
#802# "Nome do ficheiro:"
|
||||||
#803# "Local:"
|
#803# "Local:"
|
||||||
|
@ -387,7 +386,7 @@
|
||||||
#1003# "Marcar tudo"
|
#1003# "Marcar tudo"
|
||||||
#1004# "Desmarcar tudo"
|
#1004# "Desmarcar tudo"
|
||||||
|
|
||||||
//Add cheat
|
// Add cheat
|
||||||
#1005# "Adicionar batota"
|
#1005# "Adicionar batota"
|
||||||
#1006# "Nome:"
|
#1006# "Nome:"
|
||||||
#1007# "Código:"
|
#1007# "Código:"
|
||||||
|
@ -396,13 +395,13 @@
|
||||||
#1010# " Notas da batota: "
|
#1010# " Notas da batota: "
|
||||||
#1011# "Adicionar à base de dados"
|
#1011# "Adicionar à base de dados"
|
||||||
|
|
||||||
//Code extension
|
// Code extension
|
||||||
#1012# "Extensões do código"
|
#1012# "Extensões do código"
|
||||||
#1013# "Escolha um valor a ser utilizado para:"
|
#1013# "Escolha um valor a ser utilizado para:"
|
||||||
#1014# "Aceitar"
|
#1014# "Aceitar"
|
||||||
#1015# "Cancelar"
|
#1015# "Cancelar"
|
||||||
|
|
||||||
//Digital value
|
// Digital value
|
||||||
#1016# "Dígito da quantidade"
|
#1016# "Dígito da quantidade"
|
||||||
#1017# "Escolha um valor pra:"
|
#1017# "Escolha um valor pra:"
|
||||||
#1018# "&Valor"
|
#1018# "&Valor"
|
||||||
|
|
Loading…
Reference in New Issue